Class EmfPlusCharacterRange
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
Length
Gets or sets a 32-bit signed integer that specifies the number of positions in this range
public int Length { get; set; }