CPDFConvertTxtOptions Class

PDF to Txt conversion parameter object (derived class of CPDFConvertOptions).

Definition

Namespace: ComPDFKit_Conversion.Options
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public class CPDFConvertTxtOptions
Inheritance
Object    CPDFConvertTxtOptions

Constructors

Fields

IsAllowOCR Whether to use OCR.
OCRLanguage Sets the OCR language, which takes effect only when IsAllowOCR is true.

See Also