Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Url { get; }
Public ReadOnly Property Url As String
	Get
public:
property String^ Url {
	String^ get ();
}
member Url : string with get

Property Value

String
An string value specifying the full URI for the internet resource.

See Also