CPDFConvertRtfOptions Class Reference

Inherits from CPDFConvertOptions : NSObject
Declared in CPDFConvertRtfOptions.h

Overview

PDF to RTF conversion parameter object (derived class of CPDFConvertOptions).

  isAllowOCR

Whether to use OCR.

@property (nonatomic, assign) BOOL isAllowOCR

Discussion

Whether to use OCR.

Declared In

CPDFConvertRtfOptions.h

  isContainOCRBgImage

Whether the OCR background image is contained,this takes effect only when IsAllowOCR is true.

@property (nonatomic, assign) BOOL isContainOCRBgImage

Discussion

Whether the OCR background image is contained,this takes effect only when IsAllowOCR is true.

Declared In

CPDFConvertRtfOptions.h

  language

Set the OCR language,this takes effect only when IsAllowOCR is true.

@property (nonatomic, assign) COCRLanguage language

Discussion

Set the OCR language,this takes effect only when IsAllowOCR is true.

Declared In

CPDFConvertRtfOptions.h

  isContainAnnotations

Whether to contain annotations when converting.

@property (nonatomic, assign) BOOL isContainAnnotations

Discussion

Whether to contain annotations when converting.

Declared In

CPDFConvertRtfOptions.h

  isContainImages

Whether to contain images when converting.

@property (nonatomic, assign) BOOL isContainImages

Discussion

Whether to contain images when converting.

Declared In

CPDFConvertRtfOptions.h