Link Search Menu Expand Document

IImageExtractorSaveCurrentImageToStream Method (Stream)

Saves current image to provided stream in PNG format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void SaveCurrentImageToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Output stream.
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference