NIMDocTranscodingQuality Constants Reference
| Declared in | NIMDocTranscodingInfo.h |
|---|
NIMDocTranscodingQuality
Convert an image file with quality
Definition
typedef NS_ENUM(NSInteger, NIMDocTranscodingQuality ) {
NIMDocTranscodingQualityHigh = 1,
NIMDocTranscodingQualityMedium = 2,
NIMDocTranscodingQualityLow = 3,
};
Constants
NIMDocTranscodingQualityHigh-
Convert an image file with high quality
Declared In
NIMDocTranscodingInfo.h. NIMDocTranscodingQualityMedium-
Convert an image file with medium quality
Declared In
NIMDocTranscodingInfo.h. NIMDocTranscodingQualityLow-
Convert an image file with low quality
Declared In
NIMDocTranscodingInfo.h.
Declared In
NIMDocTranscodingInfo.h