|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF 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 466 of file base_type.h.
|
readwritenonatomicassign |
Image color mode.
Definition at line 469 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 481 of file base_type.h.
|
readwritenonatomicassign |
Whether to enhance image paths.
Definition at line 475 of file base_type.h.
|
readwritenonatomicassign |
Image scaling ratio.
Definition at line 478 of file base_type.h.
|
readwritenonatomicassign |
Image file type.
Definition at line 472 of file base_type.h.