PDFDoc Constructor (SDFDoc) |
Creates a new PDF document from an existing SDFDoc instance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDoc(
SDFDoc sdfDoc
)
Public Sub New (
sdfDoc As SDFDoc
)
public:
PDFDoc(
[InAttribute] SDFDoc^ sdfDoc
)
pdftron.PDF.PDFDoc = function(sdfDoc);
Parameters
- sdfDoc
- Type: pdftron.SDFSDFDoc
An existing SDFDoc instance where to create a new PDFDoc from.
Remarks
Make sure to call InitSecurityHandler to check whether the document is encrypted.
See Also