Image Constructor (Image, ImageCompression, Int32)ByteScout PDF SDK
Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public Image(
	Image image,
	ImageCompression compression,
	int jpegQuality
)

Parameters

image
Type: System.DrawingImage
The System.Drawing.Image from which to create the new Bytescout.PDF.Image.
compression
Type: Bytescout.PDFImageCompression
The compression filter used for this image.
jpegQuality
Type: SystemInt32
The JPEG quality.
See Also

Reference