'Declaration Public Function New( _
ByVal documentParent document of the field.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal rectAn annotation rectangle, defining the location of annotation on the page in default user space units.As System.String, _
ByVal nameThe name of the field.As System.Drawing.RectangleF _
)
public PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String rect,
System.Drawing.RectangleF name
)
public: PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String rect,
System.Drawing.RectangleF* name
)
public:
PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String rect,
System.Drawing.RectangleF^ name
)
Parameters
- document
- Parent document of the field.
- rect
- An annotation rectangle, defining the location of annotation on the page in default user space units.
- name
- The name of the field.