PDFView4NET WinForms Edition
PDFFileName Property (XFDFFile)




O2S.Components.PDFView4NET.Forms Namespace > XFDFFile Class : PDFFileName Property
Gets the name of the PDF file the XFDF file was exported from.
Syntax
'Declaration
 
Public ReadOnly Property PDFFileName As String
'Usage
 
Dim instance As XFDFFile
Dim value As String
 
value = instance.PDFFileName
public string PDFFileName {get;}
public: __property string* get_PDFFileName();
public:
property String^ PDFFileName {
   String^ get();
}

Property Value

A string value specifying the the name of the PDF file the XFDF file was exported from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XFDFFile Class
XFDFFile Members