'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.Drawing.RectangleF _
)
public PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.Drawing.RectangleF rect
)
public: PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.Drawing.RectangleF* rect
)
public:
PdfInteractiveFormRadioButtonField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.Drawing.RectangleF^ rect
)
Parameters
- document
- Parent document of the field.
- rect
- An annotation rectangle, defining the location of annotation on the page in default user space units.