Gets or sets file name 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 abstract string FileName { get; set; }
Public MustOverride Property FileName As String Get Set
public: virtual property String^ FileName { String^ get () abstract; void set (String^ value) abstract; }
abstract FileName : string with get, set