NumberField.NumberField
Contents
[
Hide
]NumberField()
Initializes a new instance of the NumberField class.
public NumberField()
See Also
- class NumberField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
NumberField(Page, Rectangle)
Initializes a new instance of the NumberField class.
public NumberField(Page page, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Page where text field is placed. |
| rect | Rectangle | Rectangle where the field will be placed on the page. |
See Also
- class Page
- class Rectangle
- class NumberField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
NumberField(Document, Rectangle)
Initializes a new instance of the NumberField class.
public NumberField(Document doc, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Document where field will be created. |
| rect | Rectangle | Rectangle of the field. |
See Also
- class Document
- class Rectangle
- class NumberField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF