ButtonField.ButtonField

ButtonField()

Button field constructor for Generator.

public ButtonField()

See Also


ButtonField(Page, Rectangle)

ButtonField constructor.

public ButtonField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where button will be placed.
rectRectangleRectangle where button is placed on the page.

See Also


ButtonField(Document, Rectangle)

ButtonField constructore.

public ButtonField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocuemtn where new field will be created.
rectRectangleRectangle hwere button is placed on the page.

See Also