Click or drag to resize

RtfOptions Class

PDF to Rtf conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonRtfOptions

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

The RtfOptions type exposes the following members.

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