CPDFConvertImgOptions Class Reference

Inherits from CPDFConvertOptions : NSObject
Declared in CPDFConvertImgOptions.h

Overview

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

  type

Sets the image type.

@property (nonatomic, assign) CPDFConvertImgType type

Discussion

Sets the image type.

Declared In

CPDFConvertImgOptions.h

  isContainAnnotations

Whether to contain annotations when converting.

@property (nonatomic, assign) BOOL isContainAnnotations

Discussion

Whether to contain annotations when converting.

Declared In

CPDFConvertImgOptions.h

  imageDpi

Sets the image Dpi.

@property (nonatomic, assign) int imageDpi

Discussion

Sets the image Dpi.

Declared In

CPDFConvertImgOptions.h