Gets or sets the view's external name.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.