PixelFormat

EmfPlusBitmap.PixelFormat property

Gets or sets pixel format PixelFormat (4 bytes): A 32-bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the EmfPlusPixelFormat enumeration (section 2.1.1.25). If the image is compressed, according to the Type field, this value is undefined and MUST be ignored.

public EmfPlusPixelFormat PixelFormat { get; set; }

Property Value

The pixel format.

See Also