TextBoxField.TextBoxField

TextBoxField(Document)

Constructor which should be used with Generator.

public TextBoxField(Document doc)
ParameterTypeDescription
docDocumentDocument where field will be created.

See Also


TextBoxField(Page, Rectangle)

Constructor of TextBox field.

public TextBoxField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where text field is placed.
rectRectangleRectangle where the text field will be placed on the page.

See Also


TextBoxField(Page, Rectangle[])

Constructor of TextBox field.

public TextBoxField(Page page, Rectangle[] rects)
ParameterTypeDescription
pagePagePage where text field is placed.
rectsRectangle[]Rectangles defining the placement of TextBoxField widget annotations on the page.

See Also


TextBoxField(Document, Rectangle)

Constructor of TextBox field.

public TextBoxField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where field will be created.
rectRectangleRectangle of the field.

See Also