Gets or sets the colours array.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfRGBColor[] Colors { get; set; }
Public Property Colors As PdfRGBColor()
	Get
	Set
public:
property array<PdfRGBColor>^ Colors {
	array<PdfRGBColor>^ get ();
	void set (array<PdfRGBColor>^ value);
}
member Colors : PdfRGBColor[] with get, set

Property Value

array<PdfRGBColor>[]()[][]

See Also