Click or drag to resize

AnnotationImageOnCreateImageObject Method

Called when the ImageObject property is being requested.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
protected virtual Object OnCreateImageObject()

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