Gets or sets the text color of the barcode text.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfRGBColor TextColor { get; set; }
Public Property TextColor As PdfRGBColor
	Get
	Set
public:
property PdfRGBColor TextColor {
	PdfRGBColor get ();
	void set (PdfRGBColor value);
}
member TextColor : PdfRGBColor with get, set

Property Value

PdfRGBColor

See Also