[]
Defines a position in the page of the GcPdfDocument where a text was found.
public class FoundPosition
Gets the array of Quadrilateral defining the area of found text on the page.
public Quadrilateral[] Bounds { get; }
Gets the text near the found position.
public string NearText { get; }
Gets the page index.
public int PageIndex { get; }
Gets the zero-based position of the found string in NearText.
public int PositionInNearText { get; }
Gets the TextMapFragment defining the position of found text.
public TextMapFragment TextMapFragment { get; }
Compares two FoundPosition objects.
public static bool AreSame(FoundPosition fp1, FoundPosition fp2)
fp1
FoundPositionfp2
FoundPosition