←Select platform

AutomationRasterImage Property

Summary

Gets the Leadtools.RasterImage instance this automation will use when the user performs actions that will change the image being annotated.

Syntax

C#
VB
C++
public RasterImage AutomationRasterImage { get; } 
  
ReadOnly Property AutomationRasterImage As Leadtools.RasterImage 
property Leadtools.RasterImage^ AutomationRasterImage { 
   Leadtools.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 VB) from your implementation of IAnnAutomationControl.

Example

For an example, refer to IAnnAutomationControl.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly