HiQPdf Documentation

PdfFormRadioButtonsGroup Class

Quickly Create High Quality PDFs
A group of radio buttons in a PDF form
Inheritance Hierarchy

SystemObject
  HiQPdfPdfFormField
    HiQPdfPdfFormRadioButtonsGroup

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfFormRadioButtonsGroup : PdfFormField

The PdfFormRadioButtonsGroup type exposes the following members.

Properties

  NameDescription
Public propertyAction
The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField.)
Public propertyBoundingRectangle
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField.)
Public propertyCount
The number of radio buttons in group
Public propertyDefaultValue
The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField.)
Public propertyExport
Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField.)
Public propertyFlatten
Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField.)
Public propertyItemInt32
Retrieves the radio button at the given index in the radio buttons group
Public propertyItemString
Retrieves the radio button with the given name from the radio buttons group
Public propertyName
The field name
(Inherited from PdfFormField.)
Public propertyReadOnly
Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField.)
Public propertyRequired
Indicates if the field should have a value at the time it is exported by a submit form action. This property is false by default
(Inherited from PdfFormField.)
Public propertyStyle
The field style
(Inherited from PdfFormField.)
Public propertyToolTip
The field tooltip
(Inherited from PdfFormField.)
Public propertyValue
The field value
(Inherited from PdfFormField.)
Top
Methods

  NameDescription
Public methodAddRadioButton(RectangleF, String)
Creates a radio button with given rectangle and the given name in the radio button group PDF page
Public methodAddRadioButton(RectangleF, String, PdfPage)
Creates a radio button with given rectangle and the given name in the given PDF page
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCheckedRadioButton(Int32)
Checks on the radio button at the given index
Public methodSetCheckedRadioButton(PdfFormRadioButton)
Checks on the given radio button
Public methodSetCheckedRadioButton(String)
Checks on the radio button with the given name
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference