TextBoxFieldCreateOptions.TextBoxFieldCreateOptions

TextBoxFieldCreateOptions constructor

Initializes a new instance of the TextBoxFieldCreateOptions object, that containing parameters for created and added TextBoxField.

public TextBoxFieldCreateOptions(int pageNum, Rectangle rect)
ParameterTypeDescription
pageNumInt32Page number on which the added TextBoxField will be located.
rectRectangleSets TextBoxField rectangle.

See Also