←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly