LEADTOOLS Annotations (Leadtools.Annotations assembly)

Viewer Property

Show in webframe





Gets the raster viewer for this AnnAutomation.
Syntax
public virtual RasterImageViewer Viewer {get;}
'Declaration
 
Public Overridable ReadOnly Property Viewer As RasterImageViewer
'Usage
 
Dim instance As AnnAutomation
Dim value As RasterImageViewer
 
value = instance.Viewer

            

            
public:
virtual property RasterImageViewer^ Viewer {
   RasterImageViewer^ get();
}

Property Value

The Leadtools.WinForms.RasterImageViewer control for this AnnAutomation
Remarks

If this AnnAutomation was created with an instance of Leadtools.WinForms.RasterImageViewer using the AnnAutomation(AnnAutomationManager, RasterImageViewer) method, then this property will return the instance of this Leadtools.WinForms.RasterImageViewer (or the viewer subsequently attached with AttachViewer).

In the above case, every AnnAutomation has one Leadtools.WinForms.RasterImageViewer control and one AnnContainer object.

Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.