 |
PdfManagerLoad(Stream) Method |
Loads a pdf document from the specified stream.
Namespace: SelectPdf.ExtrasAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic void Load(
Stream stream
)
Public Sub Load (
stream As Stream
)
Parameters
- stream Stream
- The pdf document stream.
See Also