Gets or sets annotation's border.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAnnotationBorder Border { get; set; }
Public Property Border As PdfAnnotationBorder
	Get
	Set
public:
property PdfAnnotationBorder^ Border {
	PdfAnnotationBorder^ get ();
	void set (PdfAnnotationBorder^ value);
}
member Border : PdfAnnotationBorder with get, set

Property Value

PdfAnnotationBorder

See Also