Gets or sets the view's external name.
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 ExternalName { get; set; }
Public Property ExternalName As String Get Set
public: property String^ ExternalName { String^ get (); void set (String^ value); }
member ExternalName : string with get, set
Property Value
StringThe external name of the view, suitable for presentation in a user interface.