Leadtools.Annotations Namespace > IAnnAutomationControl Interface : AutomationRasterImage Property |
RasterImage AutomationRasterImage {get;}
'Declaration ReadOnly Property AutomationRasterImage As RasterImage
'Usage Dim instance As IAnnAutomationControl Dim value As RasterImage value = instance.AutomationRasterImage
property RasterImage^ AutomationRasterImage { RasterImage^ get(); }
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 Visual Basic) from your implementation of IAnnAutomationControl.