(Leadtools.Controls)

HasImage Property

Show in webframe





Gets a value that indicates if the viewer currently has an image.
Syntax
public virtual bool HasImage {get;}
Public Overridable ReadOnly Property HasImage As Boolean
public virtual bool HasImage {get;}
@property (nonatomic,readonly) BOOL hasImage;
public boolean hasImage()
 get_HasImage(); 

Property Value

true if the viewer currently has an image; otherwise, it is false.
Remarks

The viewer has an image when the value of ImageSize is not empty (0,0). In other words, if Image contains a valid image or if the user set the value of ImageSize directly.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.