Click or drag to resize

FDFDoc Constructor (IFilter)

Creates a new SDF document from an existing IFilter instance.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FDFDoc(
	IFilter filter
)

Parameters

filter
Type: pdftron.FiltersIFilter
The source input IFilter instance where to create a new PDFDoc from.
See Also