PDFView4NET WinForms Edition
BitmapTransparentColor Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : BitmapTransparentColor Property
Gets or sets the bitmap transparent color.
Syntax
'Declaration
 
Public Property BitmapTransparentColor As Color
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Color
 
instance.BitmapTransparentColor = value
 
value = instance.BitmapTransparentColor
public Color BitmapTransparentColor {get; set;}
public: __property Color get_BitmapTransparentColor();
public: __property void set_BitmapTransparentColor( 
   Color value
);
public:
property Color BitmapTransparentColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the bitmap to be considered transparent.
Remarks
When the page is printed in bitmap mode, the printed bitmap is opaque. The printed bitmap can be made transparent by setting this property to a color (usually white) and this color in the bitmap will be replaced with a transparent color.
Requirements

Target Platforms: 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

See Also

Reference

PDFPrintSettings Class
PDFPrintSettings Members