PdfFormRadioButton Class

Represents a radio button in a radio buttons group

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class PdfFormRadioButton
Inheritance
Object    PdfFormRadioButton

Properties

BoundingRectangle Gets or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points
Checked A flag indicating if the radio button is checked
Name The radio button field 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