Enum PictureLocation
Options for how to link a picture
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
[Flags]
public enum PictureLocation
Fields
| Name | Description |
|---|---|
| Embed | Copy and Embed the image within the workbook. |
| Link | Collect the image from the link. |
| LinkAndEmbed | Copy and Embed the image and add a link. |
| None | The picture location is not set. |