TextBoxField.TextBoxField
Contents
[
Hide
]TextBoxField(Document)
Constructor which should be used with Generator.
public TextBoxField(Document doc)
Parameter | Type | Description |
---|---|---|
doc | Document | Document where field will be created. |
See Also
- class Document
- class TextBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
TextBoxField()
Create instance of TextBoxField.
public TextBoxField()
See Also
- class TextBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
TextBoxField(Page, Rectangle)
Constructor of TextBox field.
public TextBoxField(Page page, Rectangle rect)
Parameter | Type | Description |
---|---|---|
page | Page | Page where text field is placed. |
rect | Rectangle | Rectangle where the text field will be placed on the page. |
See Also
- class Page
- class Rectangle
- class TextBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
TextBoxField(Document, Rectangle)
Constructor of TextBox field.
public TextBoxField(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 TextBoxField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF