Gets or sets a ColorBlend that defines a multicolor linear gradient.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfColorBlend InterpolationColors { get; set; }
Public Property InterpolationColors As PdfColorBlend Get Set
public: property PdfColorBlend^ InterpolationColors { PdfColorBlend^ get (); void set (PdfColorBlend^ value); }
member InterpolationColors : PdfColorBlend with get, set