PDFView4NET WinForms Edition
BarColor Property




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

Property Value

A O2S.Components.PDFView4NET.Graphics.PDFColor object specifying the bars color.
Remarks
If this property is null (Nothing in VB.NET), then no bars are shown. Default bars color is black.
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