LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

IsImageAvailable Property






Determines if the control currently has an Leadtools.RasterImage object available for display.
Syntax
[BrowsableAttribute(false)]
public virtual bool IsImageAvailable {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property IsImageAvailable As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
value = instance.IsImageAvailable
[BrowsableAttribute(false)]
public virtual bool IsImageAvailable {get;}
BrowsableAttribute()
 get_IsImageAvailable(); 
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.