ComponentOne PDF for .NET
AddNote(PdfNoteBase,Int32,RectangleF) Method

C1.C1Pdf.4 Assembly > 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).
Adds an annotation item to the document.
Syntax
'Declaration
 
Public Overloads Sub AddNote( _
   ByVal note As PdfNoteBase, _
   ByVal page As System.Integer, _
   ByVal rc As System.Drawing.RectangleF _
) 
public void AddNote( 
   PdfNoteBase note,
   System.int page,
   System.Drawing.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

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List