Gets or sets the starting and ending colors of the gradient.

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[] LinearColors { get; set; }
Public Property LinearColors As PdfRGBColor()
	Get
	Set
public:
property array<PdfRGBColor>^ LinearColors {
	array<PdfRGBColor>^ get ();
	void set (array<PdfRGBColor>^ value);
}
member LinearColors : PdfRGBColor[] with get, set

Property Value

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

See Also