'宣言 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 )
パラメータ
- note
- PdfNoteBaseオブジェクト。
- page
- フォームフィールドを含めるページのインデックス。
- rc
- フォームフィールドとして動作するページ上の領域(ページの左上隅からのポイント数で指定)。