Click or drag to resize

FDFDoc Constructor (SDFDoc)

Creates an FDF document from an existing SDF/Cos document.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FDFDoc(
	SDFDoc sdfdoc
)

Parameters

sdfdoc
Type: pdftron.SDFSDFDoc
An SDF document. Created FDFDoc will take the ownership of the low-level document.
See Also