Gets or sets the PDF form field style

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

Syntax

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

Property Value

Type: PdfFormFieldStyle

See Also