Click or drag to resize

PdfToggleButtonFieldChecked Property

Gets or sets a value indicating whether this PdfToggleButtonField is checked.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public bool Checked { get; set; }

Property Value

Boolean
if this PdfToggleButtonField is checked; otherwise, .
See Also