Link Search Menu Expand Document

ImageExtractorGetCurrentImageAsArrayOfBytes Method (ImageFormat)

Returns current image as array of bytes in specified format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public byte[] GetCurrentImageAsArrayOfBytes(
	ImageFormat imageFormat
)

Parameters

imageFormat
Type: System.Drawing.ImagingImageFormat
Image format.

Return Value

Type: Byte
Array of bytes

Implements

IImageExtractorGetCurrentImageAsArrayOfBytes(ImageFormat)
See Also

Reference