Link Search Menu Expand Document

Image Constructor (Image)

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
)

Parameters

image
Type: System.DrawingImage
The System.Drawing.Image from which to create the new Bytescout.PDF.Image.
See Also

Reference