Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
IsImageAvailable Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : IsImageAvailable Property




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

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property IsImageAvailable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
value = instance.IsImageAvailable
C# 
[BrowsableAttribute(false)]
public virtual bool IsImageAvailable {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property virtual bool get_IsImageAvailable();
C++/CLI 
[BrowsableAttribute(false)]
public:
virtual property bool IsImageAvailable {
   bool get();
}

Return Value

true if an image is available, false otherwise.

Example

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also