ComboBoxField.ComboBoxField
Contents
[
Hide
]ComboBoxField()
Constructor for ComboBoxField to be used in Generator.
public ComboBoxField()
See Also
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Document)
Creates CombBox field to work with Generator.
public ComboBoxField(Document doc)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Document where field will be created. |
See Also
- class Document
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Page, Rectangle)
Constructor for Combobox Field.
public ComboBoxField(Page page, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Page where field will be placed. |
| rect | Rectangle | Rectangle which defines size and position of the field on the page. |
See Also
- class Page
- class Rectangle
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Document, Rectangle)
Constructor for Combobox field.
public ComboBoxField(Document doc, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Document where field should be created. |
| rect | Rectangle | Rectangle which defines size and position of the field. |
See Also
- class Document
- class Rectangle
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF