IImageExtractorSaveCurrentImageToStream Method (Stream, ImageFormat)ByteScout PDF Extractor SDK
Saves current image to the stream with specified format.

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

void SaveCurrentImageToStream(
	Stream stream,
	ImageFormat imageFormat
)

Parameters

stream
Type: System.IOStream
Output stream.
imageFormat
Type: System.Drawing.ImagingImageFormat
Image format.
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference