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