Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / RecognitionAlgorithm Property

In This Topic
    RecognitionAlgorithm Property
    In This Topic
    Gets or sets the type of algorithm that is used for PDF content recognition when building page text maps (see Page.GetTextMap).

    This property affects the behavior of methods such as GetText(Boolean), FindText, GrapeCity.Documents.Pdf.TextMap.ITextMap.FindText and other APIs that rely on text maps.

    Syntax
    'Declaration
     
    Public Property RecognitionAlgorithm As RecognitionAlgorithm
    public RecognitionAlgorithm RecognitionAlgorithm {get; set;}
    See Also