PDFView4NET WinForms Edition
TextColor Property (PDFBarcode)




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

Property Value

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