Document Constructor (Stream, String) |
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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public Document(
Stream pdfStream,
string pdfPassword
)
Public Sub New (
pdfStream As Stream,
pdfPassword As String
)
Parameters
- pdfStream
- Type: System.IOStream
The stream containing the PDF document. - pdfPassword
- Type: SystemString
The password to open the specified PDF document.
See Also