Click or drag to resize

PDFDocFDFExtract Method (PDFDocExtractFlag)

Extract selected annotations to FDF.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FDFDoc FDFExtract(
	PDFDocExtractFlag flag
)

Parameters

flag
Type: pdftron.PDFPDFDocExtractFlag
specifies the extract options

Return Value

Type: FDFDoc
a pointer to the newly created FDF file with an interactive data.
See Also