LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AutomationRasterImage Property






Gets the Leadtools.RasterImage instance this automation will use when the user performs actions that will change the image being annotated.
Syntax
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();
}

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

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.

Example
For an example, refer to IAnnAutomationControl.
Requirements

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

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.