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
)
Public Function FDFExtract (
flag As PDFDocExtractFlag
) As FDFDoc
public:
virtual FDFDoc^ FDFExtract(
[InAttribute] PDFDocExtractFlag flag
) sealed
function FDFExtract(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