The file attachment icon color. By default is black

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Color IconColor { get; set; }
Visual Basic
Public Property IconColor As Color
	Get
	Set
Visual C++
public:
property Color IconColor {
	Color get ();
	void set (Color value);
}

Property Value

Type: Color

See Also