Back to Devexpress

PdfAcroFormField.CreateRadioGroup(String, Int32) Method

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

latest1.7 KB
Original Source

PdfAcroFormField.CreateRadioGroup(String, Int32) Method

Creates a radio group field using the field name, and page number.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public static PdfAcroFormRadioGroupField CreateRadioGroup(
    string name,
    int pageNumber
)
vb
Public Shared Function CreateRadioGroup(
    name As String,
    pageNumber As Integer
) As PdfAcroFormRadioGroupField

Parameters

NameTypeDescription
nameString

A String that specifies the name of a radio group field.

| | pageNumber | Int32 |

An integer value that specifies the page number where the form field will be created.

|

Returns

TypeDescription
PdfAcroFormRadioGroupField

A PdfAcroFormRadioGroupField object that represents a created radio group field.

|

See Also

PdfAcroFormField Class

PdfAcroFormField Members

DevExpress.Pdf Namespace