PdfColor(Color) Constructor

Constructs a PDF color object with the given system color

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 17.0.0
C#
public PdfColor(
	Color color
)

Parameters

color  Color
The system color

See Also