Click or drag to resize

TxtOptions Class

PDF to Txt conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonTxtOptions

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class TxtOptions

The TxtOptions type exposes the following members.

Constructors
 NameDescription
Public methodTxtOptions 
Top
Fields
 NameDescription
Public fieldEnableAiLayout Whether to enable AI layout analysis during conversion.
Public fieldEnableOCR Whether to use OCR.
Public fieldOcrOption Specify the OCR option.
Public fieldOutputDocumentPerPage whether to output one document per page.
Public fieldPageRanges Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity.
Public fieldTableFormat Whether format table when convert pdf to txt.
Top
See Also