Creates a new Image Syntax
Initializes a new instance of the Image class. Syntax Parameters image A System.Drawing.Image used to initialize the instance.
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...
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...
Initializes a new instance of the Image class. Syntax Parameters width Image width in pixels.height Image height in pixels.
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.
Initializes a new instance of the Image class. Syntax Parameters stream A stream containing the bytes of the images.
Initializes a new instance of the Image class. Syntax Parameters source Image file location.
Overload List
The image data Syntax