In This Topic
Adds a file attachment to the current page.
Overload List
Overload | Description |
AddAttachment(StorageFile,Rect) | Adds a file attachment to the current page. |
AddAttachment(StorageFile,Rect,AttachmentIconEnum,Color) | Adds a file attachment to the current page. |
AddAttachment(StorageFile,Rect,Int32,AttachmentIconEnum,Color) | Adds a file attachment to the document. |
AddAttachment(String,Byte[],Rect,AttachmentIconEnum,Color) | Adds a stream-based attachment to the current page. |
AddAttachment(String,Byte[],Rect,Int32,AttachmentIconEnum,Color) | Adds a stream-based attachment to the document. |
See Also