| 
IXDLSAttributeWriter
WriteValue Method (String, Color)
  | 
 Writes color as string to XML.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
void WriteValue(
	string name,
	Color value
)
 
Sub WriteValue ( 
	name As String,
	value As Color
)
 
void WriteValue(
	String^ name, 
	Color value
)
 
abstract WriteValue : 
name : string * 
value : Color -> unit 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 Name of attribute.
- 
value
 
- 
 Type:
 
System.Drawing
Color
 
 Color structure.
 
 See Also
See Also