 |
PdfDocument(Stream) Constructor |
Loads a pdf document from the specified stream.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDocument(
Stream stream
)
Public Sub New (
stream As Stream
)
Parameters
- stream Stream
- The pdf document stream.
See Also