ImageExtractorSaveCurrentImageToFile Method (String, ImageFormat)ByteScout PDF Extractor SDK
Saves current image to a file with specified name and format.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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