FormCheckBoxFieldCreateOptions.FormCheckBoxFieldCreateOptions

FormCheckBoxFieldCreateOptions constructor

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

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

See Also