Gets or sets the form field border style

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfBorderStyle BorderStyle { get; set; }
Visual Basic
Public Property BorderStyle As PdfBorderStyle
	Get
	Set
Visual C++
public:
property PdfBorderStyle BorderStyle {
	PdfBorderStyle get ();
	void set (PdfBorderStyle value);
}

Property Value

Type: PdfBorderStyle

See Also