Click or drag to resize

SDFDoc Constructor

Creates a new SDF document.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public SDFDoc()
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