AddLink
SpreadsheetAttachmentCollection.AddLink method
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. |
See Also
- class SpreadsheetAttachmentCollection
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark