ComponentOne PDF for WPF and Silverlight
AddNote(PdfNoteBase,Int32,Rect) Method

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocument Class > AddNote Method : AddNote(PdfNoteBase,Int32,Rect) 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 Integer, _
   ByVal rc As Rect _
) 
public void AddNote( 
   PdfNoteBase note,
   int page,
   Rect 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