PdfFormRadioButtonsGroup Class

A group of radio buttons in a PDF form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfFormRadioButtonsGroup : PdfFormField
Inheritance
Object    PdfFormField    PdfFormRadioButtonsGroup

Constructors

PdfFormRadioButtonsGroup Creates a radio buttons group

Properties

Action The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField)
BoundingRectangle The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField)
DefaultValue The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField)
Export Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField)
Flatten Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField)
Name The field name
(Inherited from PdfFormField)
ParentForm The parent form
(Inherited from PdfFormField)
ReadOnly Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField)
Required 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)
Style Gets or sets the PDF form field style
(Inherited from PdfFormField)
ToolTip The field tooltip
(Inherited from PdfFormField)

Methods

AddRadioButton(PdfFormRadioButton) Adds a radio button to this group after the last PDF object rendered
AddRadioButton(PdfFormRadioButton, Single) Adds a radio button to this group at the given vertical offset after the last PDF object rendered
AddRadioButton(PdfPage, PdfFormRadioButton) Adds an existing radio button to this group in a PDF page
AddRadioButton(PdfFormRadioButton, Single, Single) Adds a radio button to this group at the given horizontal and vertical offset after the last PDF object rendered
AddRadioButton(RectangleFloat, String, PdfPage) Creates a radio button with given rectangle and the given name in the given PDF page
AddRadioButton(PdfFormRadioButton, Single, Boolean, Single, Boolean) Adds a radio button to this group at a given X and Y position in PDF page where the last object was rendered. The position can be absolute in PDF page or relative to last object rendered
AddRadioButton(PdfFormRadioButton, Single, Boolean, Boolean, Single, Boolean, Boolean) Adds a radio button to this group at the given X and Y location in the PDF page where the last element rendering ended. The location can be absolute in PDF page or relative as an offset from the position where the last element rendering ended.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SetCheckedRadioButton Checks on the a radio button
ToString
(Inherited from Object)

See Also