ComPDFKit Objective-C SDK
API Reference Documentation for ComPDFKit Objective-C SDK
Loading...
Searching...
No Matches
ImageOptions Class Reference

PDF to Image conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for ImageOptions:

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")

Detailed Description

PDF to Image conversion parameter object.

Definition at line 328 of file base_type.h.

Property Documentation

◆ ColorMode

- (ImageColorMode) ColorMode
readwritenonatomicassign

Image color mode.

Definition at line 331 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

Page ranges for conversion (e.g. "1-3,5,7-9")

Definition at line 343 of file base_type.h.

◆ PathEnhance

- (BOOL) PathEnhance
readwritenonatomicassign

Whether to enhance image paths.

Definition at line 337 of file base_type.h.

◆ Scaling

- (float) Scaling
readwritenonatomicassign

Image scaling ratio.

Definition at line 340 of file base_type.h.

◆ Type

- (ImageType) Type
readwritenonatomicassign

Image file type.

Definition at line 334 of file base_type.h.


The documentation for this class was generated from the following file: