| 
ToPdfParameterList
WordBookmarksColor Property
  | 
 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: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Color
 
 The text color of the word boomarks.
 
 See Also
See Also