NumberField.NumberField

NumberField()

Initializes a new instance of the NumberField class.

public NumberField()

See Also


NumberField(Page, Rectangle)

Initializes a new instance of the NumberField class.

public NumberField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where text field is placed.
rectRectangleRectangle where the field will be placed on the page.

See Also


NumberField(Document, Rectangle)

Initializes a new instance of the NumberField class.

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

See Also