Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

ViewerURL Property






Gets or sets the current ViewerURL.
Syntax
public string ViewerURL {get; set;}
'Declaration
 
Public Property ViewerURL As String
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim value As String
 
instance.ViewerURL = value
 
value = instance.ViewerURL

            

            
public:
property String^ ViewerURL {
   String^ get();
   void set (    String^ value);
}

Property Value

The current ViewerURL
Example
For an example, refer to IsStarted.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

Error processing SSI file