Creates a new SDF document.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax pdftron.SDF.SDFDoc = function();
Remarks
The new document contains only trailer and Info dictionary. To build the rest of the document, get the
document's root dictionary using GetTrailer() and populate it with new key/value pairs.
See Also