Gets or sets the name of the file.
Namespace: Spire.Pdf.GeneralAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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
Property Value
StringThe name of the file.