AnnotationImageOnCreateImageObject Method |
Called when the ImageObject property is being requested.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected 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