[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.TextReplaceMap.RunFragmentFragment

Class RunFragmentFragment

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

The fragment of the GrapeCity.Documents.Pdf.Recognition.TextMap.RunFragment.

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

Constructors

RunFragmentFragment()

public RunFragmentFragment()

Fields

BoundsR

The bounds in recognition coordinate space.

public RectangleF BoundsR

Field Value

System.Drawing.RectangleF

Length

The number of GrapeCity.Documents.Pdf.Recognition.TextMap.Chars in this fragment.

public int Length

Field Value

int

RunFragmentIndex

The index of the GrapeCity.Documents.Pdf.Recognition.TextMap.RunFragment in the GrapeCity.Documents.Pdf.Recognition.TextMap.Line defined by the GrapeCity.Documents.Pdf.Recognition.TextReplaceMap.Line.LineIndex.

public int RunFragmentIndex

Field Value

int

StartIndexInRunFragment

The index of the first GrapeCity.Documents.Pdf.Recognition.TextMap.Char in the GrapeCity.Documents.Pdf.Recognition.TextMap.RunFragment.

public int StartIndexInRunFragment

Field Value

int