Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOptionalContentRadioButtonGroup Class

Represents a collection of optional content groups whose states are intended to follow a radio button paradigm.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public class PdfOptionalContentRadioButtonGroup :
    List<PdfOptionalContentGroup>

Inheritance

Object
List<PdfOptionalContentGroup>
PdfOptionalContentRadioButtonGroup
See Also