PdfDocumentLoad(Stream, PdfLoadOptions) Method |
Loads a PDF document from the specified stream and with the specified options.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic static PdfDocument Load(
Stream stream,
PdfLoadOptions options
)
Public Shared Function Load (
stream As Stream,
options As PdfLoadOptions
) As PdfDocument
Parameters
- stream Stream
- The stream from which to load a PDF document.
- options PdfLoadOptions
- The options used for loading a PdfDocument from a PDF file.
Return Value
PdfDocumentA loaded PDF document.
Exceptions
See Also