| 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;} | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(false)] public: virtual property bool IsImageAvailable { bool get(); } | |
Property Value
true if an image is available, false otherwise.Refer to ViewerBorderPadding.
If this property returns false, you should not attempt to read the Image property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code