Click or drag to resize

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
)

Parameters

filepath
Type: SystemString
The file name of the PDF document.
See Also