Class PdfFormFieldStyle
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class represents the style of a PDF form field in a PDF document
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfFormFieldStyle
- Inheritance
-
PdfFormFieldStyle
- Inherited Members
Properties
BackColor
Gets or sets the form field background color
public PdfColor BackColor { get; set; }
Property Value
BorderColor
Gets or sets the PDF form field border color
public PdfColor BorderColor { get; set; }
Property Value
BorderStyle
Gets or sets the form field border style
public PdfBorderStyle BorderStyle { get; set; }
Property Value
ForeColor
Gets or sets the form field fore color
public PdfColor ForeColor { get; set; }