Link Search Menu Expand Document

ImageExtractorSaveCurrentImageToStream Method (Stream, ImageFormat)

Saves current image to the stream with specified format.

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

Parameters

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

Implements

IImageExtractorSaveCurrentImageToStream(Stream, ImageFormat)
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference