PPImageFormat enumeration

PPImageFormat enumeration

Image formats. This enum is replacement for System.Drawing.Imaging.ImageFormat class. It’s needed for COM compatibility.

The PPImageFormat type exposes the following members:

Fields

FieldDescription
BMPGets the bitmap (BMP) image format.
EMFGets the enhanced metafile (EMF) image format.
EXIFGets the Exchangeable Image File (Exif) format.
GIFGets the Graphics Interchange Format (GIF) image format.
ICONGets the Windows icon image format.
JPEGGets the Joint Photographic Experts Group (JPEG) image format.
MEMORY_BMPGets the format of a bitmap in memory.
PNGGets the W3C Portable Network Graphics (PNG) image format.
TIFFGets the Tagged Image File Format (TIFF) image format.
WMFGets the Windows metafile (WMF) image format.

See Also