Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

LoadingTextOptions Property






Gets or sets the TextDrawingOptions to be used when the cell is still loading the full image.
Syntax
public TextDrawingOptions LoadingTextOptions {get; set;}
'Declaration
 
Public Property LoadingTextOptions As TextDrawingOptions
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As TextDrawingOptions
 
instance.LoadingTextOptions = value
 
value = instance.LoadingTextOptions

            

            
public:
property TextDrawingOptions^ LoadingTextOptions {
   TextDrawingOptions^ get();
   void set (    TextDrawingOptions^ value);
}

Property Value

The TextDrawingOptions to be used when the cell is still loading the full image.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file