Click or drag to resize
SignDocDocumentapplyFdf Method
Apply an FDF document to a PDF document. FDF documents can be applied to PDF documents only.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void applyFdf(
	string path,
	SetFieldFlag flags
)

Parameters

path
Type: SystemString
The pathname of the FDF document.
flags
Type: de.softpro.signdocsdk.Enums.EDocumentSetFieldFlag
Flags modifying the behavior of this function, see sff_keep_ap, sff_update_ap, sff_fit_height_only, sff_force_border_width and sff_dont_break_lines, sff_auto_alignment, sff_ltr, sff_rtr, sff_default_ltr, and sff_default_rtl.
See Also