[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.MapPos

Struct MapPos

Namespace
GrapeCity.Documents.Pdf.TextMap
Assembly
GcDocs.Pdf.dll

Represents a logical position in a ITextMap.

public struct MapPos
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

CharIndex

The index of the ITextChar in the ITextLine.

public int CharIndex

Field Value

int

IsTrailing

Indicates whether the hit test location is at the leading or the trailing side of the character.

public bool IsTrailing

Field Value

bool

LineIndex

The index of the ITextLine in the ITextMap.

public int LineIndex

Field Value

int

Properties

PosInLine

Gets the position within the ITextLine depending on IsTrailing.

public int PosInLine { get; }

Property Value

int