Skip to main content

PdfAcroFormRadioGroupField.RadioButtonCount Property

Gets the number of radio buttons in the radio group field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public int RadioButtonCount { get; }

Property Value

Type Description
Int32

An integer value that is the number of radio buttons in the radio group field.

See Also