Click or drag to resize

SDFDoc Constructor (PDFDoc)

Creates a new SDF document from an existing PDFDoc instance.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public SDFDoc(
	PDFDoc pdfDoc
)

Parameters

pdfDoc
Type: pdftron.PDFPDFDoc
An existing PDFDoc instance where to create a new SDFDoc from.
Remarks
Make sure to call InitSecurityHandler to check whether the document is encrypted.
See Also