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