Gets or sets the PDF form field border color

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

Syntax

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

Property Value

Type: PdfColor

See Also