Table of Contents

Class PdfFormRadioButton

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents a radio button in a radio buttons group

[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfFormRadioButton
Inheritance
PdfFormRadioButton
Inherited Members

Properties

BoundingRectangle

Gets or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points

public RectangleF BoundingRectangle { get; set; }

Property Value

RectangleF

Checked

A flag indicating if the radio button is checked

public bool Checked { get; }

Property Value

bool

Name

The radio button field name

public string Name { get; }

Property Value

string