ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / AddNote Method / AddNote(PdfNoteBase,Int32,RectangleF) Method
The PdfNoteBase object.
Index of the page that will contain the AcroField.
Area on the page that will behave as a AcroField (in points from the top-left corner of the page).

In This Topic
    AddNote(PdfNoteBase,Int32,RectangleF) Method
    In This Topic
    Adds an annotation item to the document.
    Syntax
    '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).
    See Also