Color Property (PDFAnnotation)
Gets or sets the annotation color.
Syntax
'Declaration Public Property Color As PDFRgbColor
'Usage Dim instance As PDFAnnotation Dim value As PDFRgbColor instance.Color = value value = instance.Color
public PDFRgbColor Color {get; set;}
Property Value
The annotation color.Remarks
The actual usage of this color depends on the annotation type.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also