Pdf for UWP
AddField(PdfFieldBase,Int32,Rect) メソッド

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

パラメータ

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

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