EvoPdf Next Library for .NET Documentation
C#
Show/Hide TOC
Pdf
Color
From
Name 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#
Copy
public
static
PdfColor
FromName
(
string
name
)
Parameters
name
String
The color name
Return Value
PdfColor
A color instance
See Also
Reference
PdfColor Class
EvoPdf.Next Namespace
In This Article
Definition
Parameters
Return Value
See Also