Gets the Leadtools.RasterImage instance this automation will use when the user performs actions that will change the image being annotated.
public RasterImage AutomationRasterImage { get; }
ReadOnly Property AutomationRasterImage As Leadtools.RasterImage
property Leadtools.RasterImage^ AutomationRasterImage {
Leadtools.RasterImage^ get();
}
A Leadtools.RasterImage object that indicates the instance this automation will use when the user performs actions that will change the image being annotated.
The Leadtools.RasterImage instance this automation will use when the user performs actions that will change the image being annotated. This is only used when the following methods are called: AnnEncryptObject.Apply, AnnRedactionObject.Realizeannredactionobject.restore. If you do not need to support these methods (By not supported encrypt and redaction objects, for example if you are implementing a system where only rectangles, rulers, images, audio and other objects like that are supported), then you can safely return a null reference (Nothing in VB) from your implementation of IAnnAutomationControl.
For an example, refer to IAnnAutomationControl.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET