Link Search Menu Expand Document

ImageExtractorGetCurrentImageBytesSize Method (ImageFormat)

Returns size of current image in specified format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public long GetCurrentImageBytesSize(
	ImageFormat imageFormat
)

Parameters

imageFormat
Type: System.Drawing.ImagingImageFormat
Image format.

Return Value

Type: Int64
Count of bytes.

Implements

IImageExtractorGetCurrentImageBytesSize(ImageFormat)
See Also

Reference