PPImageFormat

PPImageFormat enumeration

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

public enum PPImageFormat

Values

NameValueDescription
Bmp0Gets the bitmap (BMP) image format.
Emf1Gets the enhanced metafile (EMF) image format.
Exif2Gets the Exchangeable Image File (Exif) format.
Gif3Gets the Graphics Interchange Format (GIF) image format.
Icon4Gets the Windows icon image format.
Jpeg5Gets the Joint Photographic Experts Group (JPEG) image format.
MemoryBmp6Gets the format of a bitmap in memory.
Png7Gets the W3C Portable Network Graphics (PNG) image format.
Tiff8Gets the Tagged Image File Format (TIFF) image format.
Wmf9Gets the Windows metafile (WMF) image format.

See Also