Class PdfFormButton
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a button in a PDF form
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfFormButton : PdfFormField
- Inheritance
-
PdfFormButton
- Inherited Members
Properties
Font
The PDF form button text font
public PdfFont Font { get; set; }
Property Value
Text
The PDF form button text
public string Text { get; set; }