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
)
Public Sub New (
pdfDoc As PDFDoc
)
public:
SDFDoc(
[InAttribute] PDFDoc^ pdfDoc
)
pdftron.SDF.SDFDoc = function(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