NIMDocTranscodingImageType Constants Reference

Declared in NIMDocTranscodingInfo.h

NIMDocTranscodingImageType

Convert an image file

Definition

typedef NS_ENUM(NSInteger, NIMDocTranscodingImageType ) {
   NIMDocTranscodingImageTypeUnknown = 0,
   NIMDocTranscodingImageTypeJPG = 10,
   NIMDocTranscodingImageTypePNG = 11,
};

Constants

NIMDocTranscodingImageTypeUnknown

Convert an image file of an unknown type

Declared In NIMDocTranscodingInfo.h.

NIMDocTranscodingImageTypeJPG

Convert an image file to a JPG file

Declared In NIMDocTranscodingInfo.h.

NIMDocTranscodingImageTypePNG

Convert an image file to a PNG file

Declared In NIMDocTranscodingInfo.h.

Declared In

NIMDocTranscodingInfo.h