Click or drag to resize

WordOptions Class

PDF to Word conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonWordOptions

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

The WordOptions type exposes the following members.

Constructors
 NameDescription
Public methodWordOptions 
Top
Fields
 NameDescription
Public fieldContainAnnotation Whether to contain annotations when converting.
Public fieldContainImage Whether to contain images when converting.
Public fieldContainPageBackgroundImage Whether to contain page background images when converting,which takes effect only when enable_ocr is true.
Public fieldEnableAiLayout Whether to enable AI layout analysis during conversion.
Public fieldEnableOCR Whether to use OCR.
Public fieldFormulaToImage Whether to convert formulas to images.
Public fieldLayoutMode Specify the layout mode.
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.
Top
See Also