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; }
Public Property ImageObject As Object
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