Gets or sets the name of the file.

Namespace: Spire.Pdf.General
Assembly: 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

String
The name of the file.

See Also