BitmapData

EmfPlusBitmap.BitmapData property

Gets or sets bitmap data BitmapData (variable): Variable-length data that defines the bitmap data object specified in the Type field. The content and format of the data can be different for every bitmap type.

public EmfPlusBaseBitmapData BitmapData { get; set; }

Property Value

The bitmap data.

See Also