ListBoxField.ListBoxField
Contents
[
Hide
]ListBoxField()
Constructor for ListBoxField to be used in Generator.
public ListBoxField()
See Also
- class ListBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ListBoxField(Page, Rectangle)
Creates new ListBox field.
public ListBoxField(Page page, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Page where list box will be placed. |
| rect | Rectangle | Rectangle where list box will be placed on the page. |
See Also
- class Page
- class Rectangle
- class ListBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ListBoxField(Document, Rectangle)
Constructor for ListBox field.
public ListBoxField(Document doc, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Document to which this field will belong. |
| rect | Rectangle | Rectangle where list box will be placed. |
See Also
- class Document
- class Rectangle
- class ListBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF