'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, _
ByVal textA value of text field.As System.String _
)
public PdfInteractiveFormTextField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name,
System.Drawing.RectangleF rect,
System.String text
)
public: PdfInteractiveFormTextField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name,
System.Drawing.RectangleF* rect,
System.String text
)
public:
PdfInteractiveFormTextField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name,
System.Drawing.RectangleF^ rect,
System.String text
)
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.
- text
- A value of text field.