PDFKit.NET 2.0 Class Library (.NET 2.0)

RadioButtonWidget Constructor (Double, Double, Double, Double, String)

Create a new PDF form field Radio button Widget.

public RadioButtonWidget(
   double left,
   double bottom,
   double width,
   double height,
   string exportName
);

Parameters

left
The left position for this widget.
bottom
The bottom position for this widget.
width
The width for this widget.
height
The height for this widget.
exportName
The exportName used when this option is checked.

See Also

RadioButtonWidget Class | TallComponents.PDF.Annotations.Widgets Namespace | RadioButtonWidget Constructor Overload List