Version

Search Results

Image Constructor()

Creates a new Image Syntax

Image Constructor(Image)

Initializes a new instance of the Image class. Syntax Parameters image A System.Drawing.Image used to initialize the instance.

Image Constructor(Image,Boolean)

Initializes a new instance of the Image class. Syntax Parameters image A System.Drawing.Image used to initialize the instance.enablePixelTransparency Enables per-pixel transparency, using the alpha channel information to create a soft mask in the PDF document. Remarks Additional method to support per-pixel transpa...

Image Constructor(Image,Color)

Initializes a new instance of the Image class. Syntax Parameters image A System.Drawing.Image used to initialize the instance.transparentMapColor The Color used to replace any pixels in the image whose alpha level is 0. Remarks Since PDF documents do not support per-pixel transparency, all pixels have the alpha ch...

Image Constructor(Int32,Int32)

Initializes a new instance of the Image class. Syntax Parameters width Image width in pixels.height Image height in pixels.

Image Constructor(Int32,Int32,Byte[])

Initializes a new instance of the Image class. Syntax Parameters width Image width in pixels.height Image height in pixels.data A byte array of the image data.

Image Constructor(Stream)

Initializes a new instance of the Image class. Syntax Parameters stream A stream containing the bytes of the images.

Image Constructor(String)

Initializes a new instance of the Image class. Syntax Parameters source Image file location.

Image Constructor

Overload List

_data Field

The image data Syntax