添付ファイルを現在のページに追加します。
シンタックス
'宣言
Public Overloads Sub AddAttachment( _
ByVal As System.String, _
ByVal As System.Drawing.RectangleF _
)
public void AddAttachment(
System.string ,
System.Drawing.RectangleF
)
パラメータ
- file
- 添付ファイルとして追加されるファイル。
- rc
- 添付ファイルが含まれるページの領域(ページの左上隅からのポイント数)。
参照