Click or drag to resize

ReferencedImageDataImageObject Property

Gets or sets the image object for this annotation.

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

Property Value

Type: Object
The real image for this annotation.
Remarks
The DotImage implementation of this object is a System.Drawing.Bitmap.
See Also