Click or drag to resize

MarkdownOptions Class

PDF to Markdown conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonMarkdownOptions

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

The MarkdownOptions type exposes the following members.

Constructors
 NameDescription
Public methodMarkdownOptions 
Top
Fields
 NameDescription
Public fieldContainAnnotation Whether to contain annotations when converting.
Public fieldContainImage Whether to contain images when converting.
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.
Top
See Also