FDFDocSetPdfFileName Method |
Sets 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 void SetPdfFileName(
string filepath
)
Public Sub SetPdfFileName (
filepath As String
)
public:
virtual void SetPdfFileName(
[InAttribute] String^ filepath
) sealed
function SetPdfFileName(filepath);
Parameters
- filepath
- Type: SystemString
The file name of the PDF document.
See Also