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
RasterImage AutomationRasterImage {get;}
get_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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2