[]
Adds an AcroField to the current page.
public void AddField(PdfFieldBase field, RectangleF rc)
| Type | Name | Description |
|---|---|---|
| PdfFieldBase | field | The PdfFieldBase object. |
| RectangleF | rc | Area on the page that will behave as an AcroField (in points from the top-left corner of the page). |
Adds an AcroField to the document.
public void AddField(PdfFieldBase field, int page, RectangleF rc)
| Type | Name | Description |
|---|---|---|
| PdfFieldBase | field | The PdfFieldBase object. |
| int | page | Index of the page that will contain the AcroField. |
| RectangleF | rc | Area on the page that will behave as a AcroField (in points from the top-left corner of the page). |