←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( 
   int subCellIndex, 
   string text 
) 
  
Public Overloads Sub SetNoImageText( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal text As String _ 
)  
             
            public: 
void SetNoImageText(  
   int subCellIndex, 
   String^ text 
)  
             

Parameters

subCellIndex
A zero-based index of the sub-cell getting it's no-image-text retrieved.

text
the text that will be displayed when the image is not loaded yet.

Remarks
  • This feature can only be used wit the low memory usage feature, please 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