Back to Devexpress

PdfGraphicsAcroFormField.CreateRadioGroup(String) Method

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformfield-dot-createradiogroup-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

PdfGraphicsAcroFormField.CreateRadioGroup(String) Method

Creates a radio group field with the specified name.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public static PdfGraphicsAcroFormRadioGroupField CreateRadioGroup(
    string name
)
vb
Public Shared Function CreateRadioGroup(
    name As String
) As PdfGraphicsAcroFormRadioGroupField

Parameters

NameTypeDescription
nameString

A name of a radio group field.

|

Returns

TypeDescription
PdfGraphicsAcroFormRadioGroupField

The created radio group field.

|

Remarks

To add a button to the radio group field, call the AddButton method.

See Also

PdfGraphicsAcroFormField Class

PdfGraphicsAcroFormField Members

DevExpress.Pdf Namespace