ComboBoxField.ComboBoxField
محتويات
[
يخفي
]ComboBoxField()
مُنشئ لـ ComboBoxField لاستخدامه في Generator.
public ComboBoxField()
See Also
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Document)
ينشئ حقل CombBox للعمل مع Generator.
public ComboBoxField(Document doc)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | المستند الذي سيتم إنشاء الحقل فيه. |
See Also
- class Document
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Page, Rectangle)
مُنشئ لحقل Combobox.
public ComboBoxField(Page page, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| page | Page | الصفحة التي سيتم وضع الحقل فيها. |
| rect | Rectangle | المستطيل الذي يحدد حجم وموقع الحقل على الصفحة. |
See Also
- class Page
- class Rectangle
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
ComboBoxField(Document, Rectangle)
مُنشئ لحقل Combobox.
public ComboBoxField(Document doc, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | المستند الذي يجب إنشاء الحقل فيه. |
| rect | Rectangle | المستطيل الذي يحدد حجم وموقع الحقل. |
See Also
- class Document
- class Rectangle
- class ComboBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF