Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / HitTestInfo Structure / IsInside Field

In This Topic
    IsInside Field
    In This Topic
    Indicates whether the hit test location is inside the ITextLine. If false, the position nearest to the text's edge is returned.
    Syntax
    'Declaration
     
    Public IsInside As System.Boolean
    public System.bool IsInside
    See Also