WangAttributeDataDib Property |
Gets or sets the image data for embedded image annotations.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic byte[] Dib { get; set; }Public Property Dib As Byte()
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