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.20.0+32c3b3a21152d09e640f60dd999580d661b73c71
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