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()

Create instance of TextBoxField.

public TextBoxField()

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(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