Enum PictureAlignment
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
How a picture will be aligned in the header/footer
public enum PictureAlignment
Fields
Centered = 1
The picture will be added to the centered text
Left = 0
The picture will be added to the left aligned text
Right = 2
The picture will be added to the right aligned text