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 override PdfRGBColor Color { get; set; }
Public Overrides Property Color As PdfRGBColor
	Get
	Set
public:
virtual property PdfRGBColor Color {
	PdfRGBColor get () override;
	void set (PdfRGBColor value) override;
}
abstract Color : PdfRGBColor with get, set
override Color : PdfRGBColor with get, set

Property Value

PdfRGBColor

See Also