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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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_font_fail, sff_font_warn, sff_font_ignore. sff_keep_ap, sff_update_ap, sff_fit_height_only, sff_force_border_width and sff_dont_break_lines
See Also