ImageExtractorGetCurrentImageAsArrayOfBytes Method (ImageFormat)ByteScout PDF Extractor SDK
Returns current image as array of bytes in specified format.

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