[This is preliminary documentation and is subject to change.]
Returns existing color by name or throws if it is not found
Namespace: NFX.Media.PDF.StylingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static PdfColor ByName(
string name
)
public static PdfColor ByName(
string name
)
Public Shared Function ByName (
name As String
) As PdfColor
Public Shared Function ByName (
name As String
) As PdfColor
public:
static PdfColor^ ByName(
String^ name
)
public:
static PdfColor^ ByName(
String^ name
)
static member ByName :
name : string -> PdfColorstatic member ByName :
name : string -> PdfColorReturn Value
Type:
PdfColor