Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ImageInfo As ImageInfo |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebImageViewer Dim value As ImageInfo value = instance.ImageInfo |
C# | |
---|---|
public ImageInfo ImageInfo {get;} |
Property Value
Information about the image currently loaded in the control.Refer to WebImageViewer.ApplyCommand
You can get the name of the cached image by accessing the ImageInfo.Url property of this struct property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7