[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FoundPosition

Class FoundPosition

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

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

public class FoundPosition
Inheritance
object
FoundPosition
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Bounds

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

public Quadrilateral[] Bounds { get; }

Property Value

Quadrilateral[]

NearText

Gets the text near the found position.

public string NearText { get; }

Property Value

string

PageIndex

Gets the page index.

public int PageIndex { get; }

Property Value

int

PositionInNearText

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

public int PositionInNearText { get; }

Property Value

int

TextMapFragment

Gets the TextMapFragment defining the position of found text.

public TextMapFragment TextMapFragment { get; }

Property Value

TextMapFragment

Methods

AreSame(FoundPosition, FoundPosition)

Compares two FoundPosition objects.

public static bool AreSame(FoundPosition fp1, FoundPosition fp2)

Parameters

fp1 FoundPosition
fp2 FoundPosition

Returns

bool