PDF for .NET
AddNote(PdfNoteBase,Int32,RectangleF) メソッド

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス > AddNote メソッド : AddNote(PdfNoteBase,Int32,RectangleF) メソッド
PdfNoteBase オブジェクト。
AcroField が含まれるページのインデックス。
AcroField として動作するページの領域(ページの左上隅からのポイント数)。
ドキュメントに注釈項目を追加します。
シンタックス
'宣言
 
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
AcroField が含まれるページのインデックス。
rc
AcroField として動作するページの領域(ページの左上隅からのポイント数)。
参照

C1PdfDocument クラス
C1PdfDocument メンバ
オーバーロード一覧