'Declaration Public Function New( _ ByVal image As System.Drawing.Image, _ ByVal enablePixelTransparency As System.Boolean _ )
public Image( System.Drawing.Image image, System.bool enablePixelTransparency )
Additional method to support per-pixel transparency, by using the alpha channel to create a Soft Mask in the generated PDF document, as per section 11.5 of the PDF specification. In XPS, the alpha channel is now also considered to embed a PNG-encoded representation of the image.
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub