'Declaration
Public Overloads Sub AddAttachment( _ ByVal file As StorageFile, _ ByVal rc As Rect _ )
public void AddAttachment( StorageFile file, Rect rc )
Parameters
- file
- The file that will be included as an attachment.
- rc
- Area of the page that will contain the attachment (in points measured from the top-left corner of the page).