Import form data from FDF file to PDF interactive form.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void FDFMerge(
FDFDoc fdf_doc
)
Public Sub FDFMerge (
fdf_doc As FDFDoc
)
public:
virtual void FDFMerge(
[InAttribute] FDFDoc^ fdf_doc
) sealed
function FDFMerge(fdf_doc);
Parameters
- fdf_doc
- Type: pdftron.FDFFDFDoc
- a pointer to the FDF file
See Also