PdfColorFromName Method

Creates a color from a named web color

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static PdfColor FromName(
	string name
)

Parameters

name  String
The color name

Return Value

PdfColor
A color instance

See Also