GetNoImageText Method

Summary

Get 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 string GetNoImageText( 
   int subCellIndex 
) 
  
Public Function GetNoImageText( _ 
   ByVal subCellIndex As Integer _ 
) As String 
            public: 
String^ GetNoImageText(  
   int subCellIndex 
)  

Parameters

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

Return Value

A string that contains the no-image-text.

Remarks

This feature can only be used wit the low memory usage feature, please refer to EnableLowMemoryUsage.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly