Gets or sets the unique resource identifier text of the annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string Uri { get; set; }
Public Property Uri As String Get Set
public: property String^ Uri { String^ get (); void set (String^ value); }
member Uri : string with get, set