PdfFormRadioButton Class

A radio button in a radio buttons group

Definition

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

Constructors

PdfFormRadioButton Creates a radio button form field

Properties

BoundingRectangle The bounding rectangle in PDF page of the radio button. The rectangle dimensions are expressed in points
Name The radio button name
ParentGroup The parent radio buttons group

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