Gets or sets the text color of the word bookmarks. the default value is the "SaddleBrown" color(#FF8B4513).

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Color WordBookmarksColor { get; set; }
Public Property WordBookmarksColor As Color
	Get
	Set
public:
property Color WordBookmarksColor {
	Color get ();
	void set (Color value);
}
member WordBookmarksColor : Color with get, set

Property Value

Color
The text color of the word boomarks.

See Also