[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocument.AddNote

AddNote Method

AddNote(PdfNoteBase, RectangleF)

Adds an annotation item to the current page.

Declaration
public void AddNote(PdfNoteBase note, RectangleF rc)
Parameters
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).

AddNote(PdfNoteBase, int, RectangleF)

Adds an annotation item to the document.

Declaration
public void AddNote(PdfNoteBase note, int page, RectangleF rc)
Parameters
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).