Leadtools.Annotations Namespace > AnnAutomation Class : Viewer Property |
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 RasterImageViewer Viewer {get;}
get_Viewer();
public: virtual property RasterImageViewer^ Viewer { RasterImageViewer^ get(); }
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.
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