PdfFormRadioButton Class

A radio button in a radio buttons group

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfFormRadioButton
Inheritance
Object    PdfFormRadioButton

Properties

BoundingRectangle The bounding rectangle in PDF page of the radio button. The rectangle dimensions are expressed in points
Checked Indicates if the radio button is checked
Name The radio button name

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also