PdfColorFromName Method

Creates a color from a named web color

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public static PdfColor FromName(
	string name
)

Parameters

name  String
The color name

Return Value

PdfColor
A color instance

See Also