Search Results for

    Show / Hide Table of Contents

    Class CheckBoxField

    Represents a check-box in a PDF form.

    Inheritance
    System.Object
    FormField
    CheckBoxField
    Inherited Members
    FormField.SetFont(FontTypes, Double)
    FormField.ToString()
    FormField.Name
    FormField.ReadOnly
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronPdf.Forms
    Assembly: IronPdf.dll
    Syntax
    public class CheckBoxField : FormField

    Constructors

    CheckBoxField()

    Declaration
    public CheckBoxField()

    Properties

    BooleanValue

    Gets or sets a value indicating whether the check-box is checked (ticked).

    Declaration
    public bool BooleanValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if checked; otherwise, false.

    Value

    Gets or sets the value of the CheckBoxField as a string.

    Declaration
    public override string Value { get; set; }
    Property Value
    Type Description
    System.String

    A typical return value for a checked box is "/Yes", other values mean that the box is not checked.

    Overrides
    FormField.Value
    See Also
    BooleanValue

    See Also

    FormField
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget