PdfLineAnnotationWidget
LineBorder Property
|
Gets the line border of the annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public LineBorder LineBorder { get; set; }
Public Property LineBorder As LineBorder
Get
Set
public:
property LineBorder^ LineBorder {
LineBorder^ get ();
void set (LineBorder^ value);
}
member LineBorder : LineBorder with get, set
Property Value
Type:
LineBorder
See Also