PDFView4NET WinForms Edition
Border Property (PDFPolyLineAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolyLineAnnotation Class : Border Property
Gets or sets the annotation border.
Syntax
'Declaration
 
Public Property Border As PDFAnnotationBorder
'Usage
 
Dim instance As PDFPolyLineAnnotation
Dim value As PDFAnnotationBorder
 
instance.Border = value
 
value = instance.Border
public PDFAnnotationBorder Border {get; set;}
public: __property PDFAnnotationBorder* get_Border();
public: __property void set_Border( 
   PDFAnnotationBorder* value
);
public:
property PDFAnnotationBorder^ Border {
   PDFAnnotationBorder^ get();
   void set (    PDFAnnotationBorder^ value);
}

Property Value

The annotation 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

PDFPolyLineAnnotation Class
PDFPolyLineAnnotation Members