'宣言 Public Overloads Sub AddAttachment( _ ByVal file As System.String, _ ByVal rc As System.Windows.Rect, _ ByVal icon As AttachmentIconEnum, _ ByVal iconColor As System.Windows.Media.Color _ )
public void AddAttachment( System.string file, System.Windows.Rect rc, AttachmentIconEnum icon, System.Windows.Media.Color iconColor )
パラメータ
- file
- rc
- 添付ファイルが含まれるページの領域(ページの左上隅からのポイント数)。
- icon
- 添付ファイルアイコンの外観を決定する AttachmentIconEnum値。
- iconColor
- 添付ファイルアイコンの System.Windows.Media.Color。