Represents a group of radio buttons in a PDF form

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfFormRadioButtonsGroup : PdfFormField
Visual Basic
Public Class PdfFormRadioButtonsGroup
	Inherits PdfFormField
Visual C++
public ref class PdfFormRadioButtonsGroup : public PdfFormField

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfFormField
    EvoPdf..::..PdfFormRadioButtonsGroup

See Also