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();
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.