Gets or sets the color.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual PdfRGBColor Color { get; set; }
Public Overridable Property Color As PdfRGBColor
	Get
	Set
public:
virtual property PdfRGBColor Color {
	PdfRGBColor get ();
	void set (PdfRGBColor value);
}
abstract Color : PdfRGBColor with get, set
override Color : PdfRGBColor with get, set

Property Value

PdfRGBColor

See Also