Click or drag to resize
Pdftools logo

PageOptions Class

Options for OCR processing of pages

These options control page-level OCR processing and tagging.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.OcrPageOptions

Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public class PageOptions : NativeObject

The PageOptions type exposes the following members.

Constructors
 NameDescription
Public methodPageOptions 
Top
Properties
 NameDescription
Public propertyMode

The mode for processing pages

Default value: None
Public propertyTagging

The mode for processing tagging information

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