Click or drag to resize

WangAttributeDataDib Property

Gets or sets the image data for embedded image annotations.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte[] Dib { get; set; }

Property Value

Type: Byte
The embedded image data in DIB format.
Remarks
This data must be a standard DIB including the BITMAPINFOHEADER.
See Also