[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.MapPos

MapPos Struct

Represents a logical position in a ITextMap.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public struct MapPos
Public Structure MapPos

Fields

Name Description
CharIndex

The index of the ITextChar in the ITextLine.

IsTrailing

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

LineIndex

The index of the ITextLine in the ITextMap.

Properties

Name Description
PosInLine

Gets the position within the ITextLine depending on IsTrailing.