The AutomationRasterImage Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the Leadtools.RasterImage instance this automation will use when the user performs actions that will change the image being annotated.Visual Basic (Declaration) | |
---|---|
ReadOnly Property AutomationRasterImage As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim value As RasterImage value = instance.AutomationRasterImage |
C# | |
---|---|
RasterImage AutomationRasterImage {get;} |
C++/CLI | |
---|---|
property RasterImage^ AutomationRasterImage { RasterImage^ get(); } |
Property Value
A Leadtools.RasterImage object that indicates the instance this automation will use when the user performs actions that will change the image being annotated.(Read only) 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7