PdfFormRadioButton Class

Represents a radio button in a radio buttons group

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public class PdfFormRadioButton
Inheritance
Object    PdfFormRadioButton

Constructors

PdfFormRadioButton Constructs a radio button form field to be added to a radio buttons group

Properties

BoundingRectangle Gets or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points
ButtonName Gets or sets the radio button name
ParentGroup Gets 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