EVO PDF Logo

GradientColor Constructor

EVO PDF Client for .NET Core
Gradient constructor

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public GradientColor(
	GradientDirection direction,
	RgbColor start,
	RgbColor end
)

Parameters

direction
Type: EvoPdfClientGradientDirection
The gradient direction
start
Type: EvoPdfClientRgbColor
The start color of the gradient
end
Type: EvoPdfClientRgbColor
The end color of the gradient
See Also

Reference