Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override string FileName { get; set; }
Public Overrides Property FileName As String
	Get
	Set
public:
virtual property String^ FileName {
	String^ get () override;
	void set (String^ value) override;
}
abstract FileName : string with get, set
override FileName : string with get, set

Property Value

String
A string value specifying the full path to the file to be embedded in the PDF file.

See Also