ComboBoxField.ComboBoxField

ComboBoxField()

Constructor for ComboBoxField to be used in Generator.

public ComboBoxField()

See Also


ComboBoxField(Document)

Creates CombBox field to work with Generator.

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

See Also


ComboBoxField(Page, Rectangle)

Constructor for Combobox Field.

public ComboBoxField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where field will be placed.
rectRectangleRectangle which defines size and position of the field on the page.

See Also


ComboBoxField(Document, Rectangle)

Constructor for Combobox field.

public ComboBoxField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where field should be created.
rectRectangleRectangle which defines size and position of the field.

See Also