Table of Contents

Class PdfCheckBoxField

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

Represents the check box field.

public sealed class PdfCheckBoxField : PdfButtonField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfCheckBoxField
Implements
Inherited Members

Properties

Checked

Indicates whether the field is checked.

public bool Checked { get; set; }

Property Value

bool

CheckedName

Gets or sets the name of the dictionary that represents the Checked state.

public string CheckedName { get; set; }

Property Value

string

UncheckedName

Gets or sets the name of the dictionary that represents the Unchecked state. The default value is "/Off".

public string UncheckedName { get; set; }

Property Value

string