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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
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