Type

EmfPlusBitmap.Type property

Gets or sets type of the image Type (4 bytes): A 32-bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the EmfPlusBitmapDataType enumeration (section 2.1.1.2).

public EmfPlusBitmapDataType Type { get; set; }

Property Value

The type.

See Also