ImageExtractorSaveCurrentImageToStream Method (Stream)ByteScout PDF Extractor SDK
Saves current image to provided stream in PNG format.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void SaveCurrentImageToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Output stream.

Implements

IImageExtractorSaveCurrentImageToStream(Stream)
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference