|
PdfManagerLoad Method (Stream) |
Loads a pdf document from the specified stream.
Namespace:
SelectPdf.Extras
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void Load(
Stream stream
)
Public Sub Load (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The pdf document stream.
See Also