ChoiceField.ChoiceField

ChoiceField(Page, Rectangle)

Constructor for ChoiceField.

public ChoiceField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where field is situated.
rectRectangleRectangle of the field.

See Also


ChoiceField(Document)

Creates choice field (for Generator)

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

See Also


ChoiceField(Document, Rectangle)

Constructor for ChoiceField.

public ChoiceField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where field will be created.
rectRectangleRectangle of the field.

See Also