Enum ePictureInclude
How to include picture drawings in the html
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public enum ePictureInclude
Fields
Name | Description |
---|---|
Exclude | Do not include pictures in the html export. Default |
Include | Include the images in the html export. |
IncludeInCssOnly | Include in css only, so they images can be added manually. |