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