PdfDocumentFromStream(Stream) Method
Loads a PDF document from a stream and returns the created PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public static PdfDocument FromStream(
Stream stream
)
Public Shared Function FromStream (
stream As Stream
) As PdfDocument
public:
static PdfDocument^ FromStream(
Stream^ stream
)
static member FromStream :
stream : Stream -> PdfDocument
- stream Stream
- The stream from where to load the PDF document
PdfDocumentThe loaded PDF document