Gets the raster viewer for this AnnAutomation.
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();
}
The Leadtools.WinForms.RasterImageViewer control for this AnnAutomation
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.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET