FDFDocGetPdfFileName Method |
Gets the PDF document file that this FDF file was exported from or is intended to be imported into.
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetPdfFileName()
Public Function GetPdfFileName As String
public:
virtual String^ GetPdfFileName() sealed
function GetPdfFileName();
Return Value
Type:
StringThe file name of the PDF document.
See Also