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

Show in webframe

Status Property (RasterImagePanViewerEventArgs)






The Pan process current status.
Syntax
public RasterImagePanViewerStatus Status {get;}
'Declaration
 
Public ReadOnly Property Status As RasterImagePanViewerStatus
'Usage
 
Dim instance As RasterImagePanViewerEventArgs
Dim value As RasterImagePanViewerStatus
 
value = instance.Status

            

            
public:
property RasterImagePanViewerStatus Status {
   RasterImagePanViewerStatus get();
}

Property Value

RasterImagePanViewerStatus value which contains the status of the current Pan Process.
Example
Refer to Viewer example.
Requirements

Target Platforms

See Also

Reference

RasterImagePanViewerEventArgs Class
RasterImagePanViewerEventArgs Members

Error processing SSI file