Click or drag to resize

PptOptions Class

PDF to Powerpoint conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonPptOptions

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

The PptOptions type exposes the following members.

Constructors
 NameDescription
Public methodPptOptions 
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 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