Gets or sets the view's internal 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 InternalName { get; set; }
Public Property InternalName As String Get Set
public: property String^ InternalName { String^ get (); void set (String^ value); }
member InternalName : string with get, set