Enum PictureAlignment
How a picture will be aligned in the header/footer
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum PictureAlignment
  Fields
| Name | Description | 
|---|---|
| Centered | The picture will be added to the centered text  | 
      
| Left | The picture will be added to the left aligned text  | 
      
| Right | The picture will be added to the right aligned text  |