Click or drag to resize
Pdftools logo

TextOptions Class

Options for OCR processing of text

These options control how existing text in the PDF document is processed during OCR.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.OcrTextOptions

Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
Syntax
C#
public class TextOptions : NativeObject

The TextOptions type exposes the following members.

Constructors
 NameDescription
Public methodTextOptions 
Top
Properties
 NameDescription
Public propertyMode

The mode for processing text

Default value: None
Public propertySkipMode

Define text that can be skipped from text OCR processing

Default value: None
Public propertyUnicodeSource

Define additional ToUnicode sources in addition to OCR processing

Default value: None
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also