[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.HitTestInfo

Struct HitTestInfo

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

Represents hit test info in a ITextMap.

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

Fields

Bounds

The bounds of Pos on the page.

public Quadrilateral Bounds

Field Value

Quadrilateral

IsInside

Indicates whether the hit test location is inside the ITextLine. If false, the position nearest to the text's edge is returned.

public bool IsInside

Field Value

bool

Pos

The logical position in the ITextMap.

public MapPos Pos

Field Value

MapPos