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
)
Public Sub New (
sdfdoc As SDFDoc
)
public:
FDFDoc(
[InAttribute] SDFDoc^ sdfdoc
)
pdftron.FDF.FDFDoc = function(sdfdoc);
Parameters
- sdfdoc
- Type: pdftron.SDFSDFDoc
An SDF document. Created FDFDoc will take the ownership of the low-level document.
See Also