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 ImageInfo 
public: 
property ImageInfo ImageInfo { 
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly