Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
IsImageAvailable Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerElement Class : IsImageAvailable Property




Determines whether the Source property is available.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsImageAvailable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerElement
Dim value As Boolean
 
value = instance.IsImageAvailable
C# 
public bool IsImageAvailable {get;}
Managed Extensions for C++ 
public: __property bool get_IsImageAvailable();
C++/CLI 
public:
property bool IsImageAvailable {
   bool get();
}

Return Value

true if the Source property is available; false otherwise.

Example

For C#/VB examples, refer to BitmapSourceViewerElement.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also