[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.HitTestInfo

HitTestInfo Struct

Represents hit test info in a ITextMap.

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

Fields

Name Description
Bounds

The bounds of Pos on the page.

IsInside

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

Pos

The logical position in the ITextMap.