←Select platform

ImageInfo Property

Summary

Gets information about the image currently loaded in the control.

Syntax

C#
VB
C++
public ImageInfo ImageInfo { get; } 
  
Public ReadOnly Property ImageInfo As Leadtools.Web.Controls.ImageInfo 
public: 
property Leadtools.Web.Controls.ImageInfo ImageInfo { 
   Leadtools.Web.Controls.ImageInfo get(); 
} 

Property Value

Information about the image currently loaded in the control.

Remarks

You can get the name of the cached image by accessing the ImageInfo.Url property of this struct property.

Example

Refer to ApplyCommand

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.Web Assembly