Interface IFormField
Form field object with embedded annotation
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormField : IFormFieldObject, IFormFieldAnnotationObject, IPdfDocumentObject, IDocumentObject
Methods
SetDefaultFont(String, Int32, Color)
Set the default font to be used by this form field and any associated annotations
Declaration
void SetDefaultFont(string FontName, int FontSize, Color FontColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | FontName | Font name with weight. Example "AdobeThai-Bold" |
System.Int32 | FontSize | Font size (whole integer such as 12 or 24) |
System.Drawing.Color | FontColor | Font color (only R, G, and B are used) |
Remarks
This option may be overwritten by fonts applied to specific form field annotations