'Declaration
Public Overloads Sub AddNote( _ ByVal note As PdfNoteBase, _ ByVal page As Integer, _ ByVal rc As RectangleF _ )
public void AddNote( PdfNoteBase note, int page, RectangleF rc )
Parameters
- note
- The PdfNoteBase object.
- page
- Index of the page that will contain the AcroField.
- rc
- Area on the page that will behave as a AcroField (in points from the top-left corner of the page).