PdfColorFromName Method

Creates a color from a named web color

Definition

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

Parameters

name  String
The color name

Return Value

PdfColor
A color instance

See Also