ImageExist Property

Summary

Gets a value that indicates whether the image is already loaded.

Syntax
C#
VB
C++
public bool ImageExist { get; } 
  
Public ReadOnly Property ImageExist As Boolean 
            public: 
property bool ImageExist { 
   bool get(); 
} 

Property Value

true if the image is already loaded; otherwise, false.

Example

For an example, refer to MedicalViewerImageInformation

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