Link Search Menu Expand Document

ImageExtractorSaveCurrentImageToFile Method (String, ImageFormat)

Saves current image to a file with specified name and format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void SaveCurrentImageToFile(
	string fileName,
	ImageFormat imageFormat
)

Parameters

fileName
Type: SystemString
File name.
imageFormat
Type: System.Drawing.ImagingImageFormat
Image format.

Implements

IImageExtractorSaveCurrentImageToFile(String, ImageFormat)
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference