|  | 
| PdfDocument Constructor (Stream) | 
 
            Loads a pdf document from the specified stream.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfDocument(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
Parameters
- stream
- Type: System.IOStream
 The pdf document stream.
 See Also
See Also