Click or drag to resize

PdfToggleButtonFieldValue Property

Gets or sets the PdfToggleButtonField value as an instance of the String type.

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

Property Value

String
The PdfToggleButtonField value as an instance of the String type.
See Also