Gets or sets the bookmark text color.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfColor Color { get; set; } |
| Visual Basic |
|---|
Public Property Color As PdfColor Get Set |
| Visual C++ |
|---|
public: property PdfColor^ Color { PdfColor^ get (); void set (PdfColor^ value); } |