Converts a Color into a HTML representation of this Color.
Namespace: iTextSharp.text.htmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static Color DecodeColor( string s ) |
Visual Basic |
---|
Public Shared Function DecodeColor ( _ s As String _ ) As Color |
Visual C++ |
---|
public: static Color^ DecodeColor( String^ s ) |
Parameters
- s
- Type: System..::..String