PDFView4NET WPF Edition
BorderColor Property (PDFFreeTextAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFreeTextAnnotation Class : BorderColor Property
Gets or sets the widget's border color.
Syntax
'Declaration
 
Public Property BorderColor As PDFDeviceColor
'Usage
 
Dim instance As PDFFreeTextAnnotation
Dim value As PDFDeviceColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public PDFDeviceColor BorderColor {get; set;}
public: __property PDFDeviceColor* get_BorderColor();
public: __property void set_BorderColor( 
   PDFDeviceColor* value
);
public:
property PDFDeviceColor^ BorderColor {
   PDFDeviceColor^ get();
   void set (    PDFDeviceColor^ value);
}

Property Value

The color of widget's border.
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