| PdfAnnotationColor Property |
Gets or sets the color of annotation.Please see remarks section for more details
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public virtual FS_COLOR Color { get; set; }
Public Overridable Property Color As FS_COLOR
Get
Set
public:
virtual property FS_COLOR Color {
FS_COLOR get ();
void set (FS_COLOR value);
}
abstract Color : FS_COLOR with get, set
override Color : FS_COLOR with get, set
/** @property */
public FS_COLOR get_Color()
/** @property */
public void set_Color(FS_COLOR value)
function get_Color();
function set_Color(value);
Property Value
FS_COLORRemarks
The color used for the following purposes:
- The background of the annotation’s icon when closed
- The title bar of the annotation’s pop-up window
- The border of a link annotation
See Also