IPdfComboBoxField
BorderStyle Property
|
Gets or sets the border style.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
PdfBorderStyle BorderStyle { get; set; }
Property BorderStyle As PdfBorderStyle
Get
Set
property PdfBorderStyle BorderStyle {
PdfBorderStyle get ();
void set (PdfBorderStyle value);
}
abstract BorderStyle : PdfBorderStyle with get, set
Property Value
Type:
PdfBorderStyle
The border style.
See Also