Search Results for

    Show / Hide Table of Contents

    Interface IFormField

    Form field object with embedded annotation

    Inherited Members
    IFormFieldObject.Annotations
    IFormFieldObject.Choices
    IFormFieldObject.DefaultAppearance
    IFormFieldObject.FormFlags
    IFormFieldObject.FormType
    IFormFieldObject.FullName
    IFormFieldObject.MaxLength
    IFormFieldObject.Name
    IFormFieldObject.ObjType
    IFormFieldObject.ReadOnly
    IFormFieldObject.RichText
    IFormFieldObject.Type
    IFormFieldObject.Value
    IFormFieldAnnotationObject.X
    IFormFieldAnnotationObject.Y
    IFormFieldAnnotationObject.Width
    IFormFieldAnnotationObject.Height
    IPdfDocumentObject.Client
    Namespace: IronSoftware.Forms
    Assembly: IronPdf.dll
    Syntax
    public interface IFormField : IFormFieldObject, IFormFieldAnnotationObject, IPdfDocumentObject

    When a PDF form field needs its default text appearance adjusted at runtime, IFormField is the contract that makes it possible. The interface extends IFormFieldObject and represents a form field with an embedded annotation, exposing SetDefaultFont so calling code can assign a font name, size, and color without depending on a concrete field type. Any object that implements IFormField can accept that call, keeping rendering logic decoupled from the specific field variant (text box, combo box, and so on).

    SetDefaultFont(string FontName, int FontSize, Color FontColor) is the single declared member. It writes the appearance characteristics into the field's embedded annotation, so the chosen font is reflected both when the PDF is rendered on screen and when it is printed. The FontName parameter accepts a standard PDF font name or an embedded font identifier, FontSize sets the point size, and FontColor controls the text color using a System.Drawing.Color value.

    Typical usage retrieves an IFormField reference from IronPDF's form-field collection on a loaded PdfDocument, then calls SetDefaultFont before saving. Coding against the interface rather than a concrete type means the same helper method can style every field in a mixed form without a type switch.

    Explore related capabilities through the IronPDF PDF forms how-to and the IronPDF examples library.

    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

    Inherited members

    Annotations
    Choices
    DefaultAppearance
    FormFlags
    FormType
    FullName
    MaxLength
    Name
    ObjType
    ReadOnly
    RichText
    Type
    Value
    X
    Y
    Width
    Height
    Client
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronPDF_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronPDF