CPDFConvertExcelOptions Class

PDF to Excel 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 CPDFConvertExcelOptions
Inheritance
Object    CPDFConvertExcelOptions

Constructors

Fields

ContentOpts Options to extract content.
IsAILayoutAnalysis Enable the layout analysis of ComPDFKit Document AI or not.
IsAllowOCR Whether to use OCR.
IsContainAnnotations Whether to contain annotations when converting.
IsContainImages Whether to contain images when converting,which takes effect only when IsAllowOCR is false.
IsContainOCRBgImage Sets whether to contain background images, which takes effect only when IsAllowOCR is true.
OCRLanguage Sets the OCR language, which takes effect only when IsAllowOCR is true.
WorksheetOpts Options to create Worksheet.

See Also