FormTextBoxFieldCreateOptions.FormTextBoxFieldCreateOptions

FormTextBoxFieldCreateOptions constructor

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

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

See Also