AnnotationImageOnCreateImageObject Method |
Called when the ImageObject property is being requested.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual Object OnCreateImageObject()
Protected Overridable Function OnCreateImageObject As Object
Return Value
Type:
Object The object that will be set for the
ImageObject property.
Remarks This method will only be called if the ImageObject is null.
See Also