LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutomationRasterImage Property
See Also 
Leadtools.Annotations Namespace > IAnnAutomationControl Interface : AutomationRasterImage Property



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.

Syntax

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.

Example

For an example, refer to IAnnAutomationControl.

Remarks

(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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features