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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.