PDFView4NET WinForms Edition
TextColor Property (PDFFreeTextAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFreeTextAnnotation Class : TextColor Property
Gets or sets the text color.
Syntax
'Declaration
 
Public Property TextColor As PDFRgbColor
'Usage
 
Dim instance As PDFFreeTextAnnotation
Dim value As PDFRgbColor
 
instance.TextColor = value
 
value = instance.TextColor
public PDFRgbColor TextColor {get; set;}
public: __property PDFRgbColor* get_TextColor();
public: __property void set_TextColor( 
   PDFRgbColor* value
);
public:
property PDFRgbColor^ TextColor {
   PDFRgbColor^ get();
   void set (    PDFRgbColor^ value);
}

Property Value

The color of the annotation's text.
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

PDFFreeTextAnnotation Class
PDFFreeTextAnnotation Members