PDF for WPF and Silverlight
AddNote(PdfNoteBase,Int32,Rect) メソッド

C1.WPF.Pdf.4.5.2 アセンブリ > C1.WPF.Pdf 名前空間 > C1PdfDocument クラス > AddNote メソッド : AddNote(PdfNoteBase,Int32,Rect) メソッド
PdfNoteBaseオブジェクト。
AcroField が含まれるページのインデックス。
AcroField として動作するページの領域(ページの左上隅からのポイント数)。
ドキュメントに注釈項目を追加します。
シンタックス
'宣言
 
Public Overloads Sub AddNote( _
   ByVal note As PdfNoteBase, _
   ByVal page As System.Integer, _
   ByVal rc As System.Windows.Rect _
) 
public void AddNote( 
   PdfNoteBase note,
   System.int page,
   System.Windows.Rect rc
)

パラメータ

note
PdfNoteBaseオブジェクト。
page
AcroField が含まれるページのインデックス。
rc
AcroField として動作するページの領域(ページの左上隅からのポイント数)。
参照

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