ComPDFKit Objective-C SDK
API Reference Documentation for ComPDFKit Objective-C SDK
|
PDF to Image conversion parameter object. More...
#include <base_type.h>
Properties | |
ImageColorMode | ColorMode |
Image color mode. | |
ImageType | Type |
Image file type. | |
BOOL | PathEnhance |
Whether to enhance image paths. | |
float | Scaling |
Image scaling ratio. | |
NSString * | pageRanges |
Page ranges for conversion (e.g. "1-3,5,7-9") |
PDF to Image conversion parameter object.
Definition at line 328 of file base_type.h.
|
readwritenonatomicassign |
Image color mode.
Definition at line 331 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 343 of file base_type.h.
|
readwritenonatomicassign |
Whether to enhance image paths.
Definition at line 337 of file base_type.h.
|
readwritenonatomicassign |
Image scaling ratio.
Definition at line 340 of file base_type.h.
|
readwritenonatomicassign |
Image file type.
Definition at line 334 of file base_type.h.