PdfStyledAnnotationWidget
Color Property
|
Gets or sets the color.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor Color { get; set; }
Public Property Color As PdfRGBColor
Get
Set
public:
property PdfRGBColor Color {
PdfRGBColor get ();
void set (PdfRGBColor value);
}
member Color : PdfRGBColor with get, set
Property Value
Type:
PdfRGBColor
The color.
See Also