PDFView4NET WPF Edition
Color Property (PDFAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : Color Property
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;}
public: __property PDFRgbColor* get_Color();
public: __property void set_Color( 
   PDFRgbColor* value
);
public:
property PDFRgbColor^ Color {
   PDFRgbColor^ get();
   void set (    PDFRgbColor^ value);
}

Property Value

The annotation color.
Remarks
The actual usage of this color depends on the annotation type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members