←Select platform

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

Leadtools.MedicalViewer Assembly