Gets or sets a PdfBlend that specifies positions and factors that define a custom falloff for 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 PdfBlend Blend { get; set; }
Public Property Blend As PdfBlend
	Get
	Set
public:
property PdfBlend^ Blend {
	PdfBlend^ get ();
	void set (PdfBlend^ value);
}
member Blend : PdfBlend with get, set

Property Value

PdfBlend

See Also