Gets or sets the PDF form field style
Namespace: EvoPdfAssembly: 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); } |