Document(Stream, String) Constructor |
Creates a PDF document from a stream cotaining a password protected PDF document.
The specified password can be a user or owner password.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic Document(
Stream pdfStream,
string pdfPassword
)
Public Sub New (
pdfStream As Stream,
pdfPassword As String
)
Parameters
- pdfStream Stream
- The stream containing the PDF document.
- pdfPassword String
- The password to open the specified PDF document.
See Also