SetNoImageText Method

Summary
Set the text that will be displayed if the image is not loaded yet. This is used only with the low memory usage feature, please refer to EnableLowMemoryUsage
Syntax
C#
VB
C++
public void SetNoImageText( 
   string text 
) 
  
Public Sub SetNoImageText( _ 
   ByVal text As String _ 
)  
            public: 
void SetNoImageText(  
   String^ text 
)  

Parameters

text
The text that will be displayed until the image is loaded.

Remarks

This feature can only be used with the low memory usage feature. For more information, refer to EnableLowMemoryUsage.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.