Table of Contents

Class EmfPlusCharacterRange

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly
Aspose.Imaging.dll

EmfPlusCharacterRange description

public sealed class EmfPlusCharacterRange : EmfPlusStructureObjectType
Inheritance
EmfPlusCharacterRange
Inherited Members

Constructors

EmfPlusCharacterRange()

public EmfPlusCharacterRange()

Properties

First

Gets or sets a 32-bit signed integer that specifies the first position of this range.

public int First { get; set; }

Property Value

int

Length

Gets or sets a 32-bit signed integer that specifies the number of positions in this range

public int Length { get; set; }

Property Value

int