←Select platform

IsImageAvailable Property

Summary

Determines if the control currently has an Leadtools.RasterImage object available for display.

Syntax

C#
VB
C++
public virtual bool IsImageAvailable { get; } 
  
<BrowsableAttribute(False)> 
Public Overridable ReadOnly Property IsImageAvailable As Boolean 
[BrowsableAttribute(false)] 
public: 
virtual property bool IsImageAvailable { 
   bool get(); 
} 

Property Value

true if an image is available, false otherwise.

Remarks

If this property returns false, you should not attempt to read the Image property.

Example

Refer to ViewerBorderPadding.

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.WinForms Assembly