[]
Adds an annotation item to the current page.
public void AddNote(PdfNoteBase note, RectangleF rc)
| Type | Name | Description |
|---|---|---|
| PdfNoteBase | note | The PdfNoteBase 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 annotation item to the document.
public void AddNote(PdfNoteBase note, int page, RectangleF rc)
| Type | Name | Description |
|---|---|---|
| PdfNoteBase | note | The PdfNoteBase 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). |