[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FoundPosition

FoundPosition Class

Defines a position in the page of the GcPdfDocument where a text was found.

Inheritance
FoundPosition
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FoundPosition
Public Class FoundPosition

Properties

Name Description
Bounds

Gets the array of Quadrilateral defining the area of found text on the page.

NearText

Gets the text near the found position.

PageIndex

Gets the page index.

PositionInNearText

Gets the zero-based position of the found string in NearText.

TextMapFragment

Gets the TextMapFragment defining the position of found text.

Methods

Name Description
AreSame(FoundPosition, FoundPosition)

Compares two FoundPosition objects.