CheckBoxFieldCreateOptions.CheckBoxFieldCreateOptions

CheckBoxFieldCreateOptions constructor

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

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

See Also