←Select platform

Url Property

Summary

Gets the original URL name used to load the image.

Syntax

C#
VB
C++
public string Url { get; } 
  
Public ReadOnly Property Url As String 
public: 
property String^ Url { 
   String^ get(); 
} 

Property Value

The original URL name used to load the image.

Remarks

If the image is cached because it was an external image or it was processed by one of the image processing commands, you have to use the CacheFileName property to get the current image URL.

Example

Refer to WebImageViewer.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