Loads a password protected PDF document from a stream and returns the created PDF document
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- stream
- Type: System.IOStream
The stream from where to load the PDF document - password
- Type: SystemString
The PDF document password
Return Value
Type: PdfDocumentThe loaded PDF document
See Also