←Select platform

Viewer Property

Summary

Gets the raster viewer for this AnnAutomation.

Syntax

C#
VB
C++
public virtual RasterImageViewer Viewer { get; } 
  
Public Overridable ReadOnly Property Viewer As Leadtools.Winforms.RasterImageViewer 
public: 
virtual property Leadtools.Winforms.RasterImageViewer^ Viewer { 
   Leadtools.Winforms.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

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

Leadtools.Annotations Assembly