Link Search Menu Expand Document

IBaseRendererLoadDocumentFromStream Method

Loads PDF document from provided stream.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
void LoadDocumentFromStream(
	Stream documentFileStream
)

Parameters

documentFileStream
Type: System.IOStream
Input stream.
See Also

Reference