LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

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 TextDrawingOptions LoadingTextOptions {get; set;}
 get_LoadingTextOptions();
set_LoadingTextOptions(value);
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: 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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.