XFINIUM.PDF.View.Win Documentation
Border Property (PdfVisualSquareAnnotation)



Xfinium.Pdf.View.Annotations Namespace > PdfVisualSquareAnnotation Class : Border Property
Gets or sets the annotation border.
Syntax
'Declaration
 
Public Property Border As Xfinium.Pdf.Annotations.PdfAnnotationBorder
'Usage
 
Dim instance As PdfVisualSquareAnnotation
Dim value As Xfinium.Pdf.Annotations.PdfAnnotationBorder
 
instance.Border = value
 
value = instance.Border
public Xfinium.Pdf.Annotations.PdfAnnotationBorder Border {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfAnnotationBorder^ Border {
   Xfinium.Pdf.Annotations.PdfAnnotationBorder^ get();
   void set (    Xfinium.Pdf.Annotations.PdfAnnotationBorder^ value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfAnnotationBorder object specifying the style of the annotation border.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualSquareAnnotation Class
PdfVisualSquareAnnotation Members