SmartTag.DownloadURL Property

Definition

Returns a String that represents the URL address for a smart tag.

public:
 property System::String ^ DownloadURL { System::String ^ get(); };
public string DownloadURL { get; }
member this.DownloadURL : string
Public ReadOnly Property DownloadURL As String

Property Value

Remarks

The URL address is specified in the related smart tag recognizer file. When a piece of text is recognized and marked, the URL becomes part of the information contained in the smart tag. The DownloadURL property is useful if a document is sent to someone who does not have the necessary recognizer and action files installed on their computer. The user can follow the URL to download the necessary smart tag files.

Applies to