 |
PdfDocument(Stream, String) Constructor |
Loads a pdf document from a stream containing a password protected pdf document.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDocument(
Stream stream,
string password
)
Public Sub New (
stream As Stream,
password As String
)
Parameters
- stream Stream
- The stream containing the pdf document.
- password String
- The password to open the specified pdf document.
Remarks
The specified password can be a user or owner password.
See Also