PDFView4NET WinForms Edition
BackColor Property (PDFBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBarcode Class : BackColor Property
Gets or sets the background color of the barcode.
Syntax
'Declaration
 
Public Property BackColor As PDFColor
'Usage
 
Dim instance As PDFBarcode
Dim value As PDFColor
 
instance.BackColor = value
 
value = instance.BackColor
public PDFColor BackColor {get; set;}
public: __property PDFColor* get_BackColor();
public: __property void set_BackColor( 
   PDFColor* value
);
public:
property PDFColor^ BackColor {
   PDFColor^ get();
   void set (    PDFColor^ value);
}

Property Value

A O2S.Components.PDFView4NET.Graphics.PDFColor object specifying the background color of barcode.
Remarks
If this property is null (Nothing in VB.NET), then the barcode's background will be transparent. Default barcode background color is white.
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

PDFBarcode Class
PDFBarcode Members