Gets or Sets the text color of the bookmark when convert to PDF.
the default value is the "SaddleBrown" color(#FF8B4513).
Namespace: Spire.Doc.Documents.RenderingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Color Color { get; set; }
Public Property Color As Color Get Set
public: property Color Color { Color get (); void set (Color value); }
member Color : Color with get, set