AddLink
Leave feedback
On this page
Adds an attachment by a link (the document will not contain attached file content).
public void AddLink(string sourceFullName, byte[] previewImageContent, double x, double y,
double width, double height)
| Parameter | Type | Description |
|---|---|---|
| sourceFullName | String | The linked file path. |
| previewImageContent | Byte[] | The attached file preview image as a byte array. |
| x | Double | The x-coordinate of the attachment frame (in points). |
| y | Double | The y-coordinate of the attachment frame (in points). |
| width | Double | The width of the attachment frame in points. |
| height | Double | The height of the attachment frame in points. |
- class SpreadsheetAttachmentCollection
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.