←Select platform

HasImage Property

Summary

Gets a value that indicate if the viewer currently has an image (single item mode).

Syntax

C#
VB
C++
public virtual bool HasImage { get; } 
Public Overridable ReadOnly Property HasImage() As Boolean 
   Get 
public:  
   virtual property bool HasImage 
   { 
      bool get() 
   } 

Property Value

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

Remarks

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

This is a helper property for applications that uses ImageViewer in single item mode. It is a shortcut to ActiveItem. For more information, refer to Image Viewer in Single Item Mode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly