Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Viewer Property (RasterMagnifyGlass)






Gets the RasterImageViewer currently assigned for magnifying process by the control.
Syntax
public virtual RasterImageViewer Viewer {get;}
'Declaration
 
Public Overridable ReadOnly Property Viewer As RasterImageViewer
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As RasterImageViewer
 
value = instance.Viewer

            

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

Property Value

The RasterImageViewer object, which has an image to be magnify using the RasterMagnifyGlass control.
Remarks
This property contains the RasterImageViewer object which contains an image to be magnified using the RasterMagnifyGlass control.
Example
Refer to the tutorial Advanced Magnifying Glass.
Requirements

Target Platforms

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

Error processing SSI file