CheckboxField.CheckboxField

CheckboxField(Page, Rectangle)

Constructor for CheckboxField class.

public CheckboxField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where check box will be placed.
rectRectanglePosition and size of the check box.

See Also


CheckboxField(Document, Rectangle)

Constructor for CheckboxField class.

public CheckboxField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where will be new field created.
rectRectangleRectangle where new field will be created.

See Also


CheckboxField()

Create instance of CheckboxField.

public CheckboxField()

See Also


CheckboxField(Document)

Constructor to use with Generator.

public CheckboxField(Document doc)
ParameterTypeDescription
docDocumentDocument where field will be created.

See Also