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

In This Topic
    AddNote(PdfNoteBase,RectangleF) Method
    In This Topic
    Adds an annotation item to the current page.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddNote( _
       ByVal note As PdfNoteBase, _
       ByVal rc As RectangleF _
    ) 
    public void AddNote( 
       PdfNoteBase note,
       RectangleF rc
    )

    Parameters

    note
    The PdfNoteBase object.
    rc
    Area on the page that will behave as an AcroField (in points from the top-left corner of the page).
    See Also