PdfRadioButtonFieldFieldValues Property Terminal Works - PDF Printing.Net Library
Gets the name of the Field-Appearances for the RadioButtons in the "checked" state. (unchecked value should be "/Off") Use this as the value to set the value for the whole RadioButton group.

Namespace: PdfEdit.Pdf.AcroForms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public IList<string> FieldValues { get; }

Property Value

Type: IListString
See Also

Reference