How a picture will be aligned in the header/footer
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum PictureAlignment |
Visual Basic (Declaration) |
---|
Public Enumeration PictureAlignment |
Visual C++ |
---|
public enum class PictureAlignment |
Members
Member name | Description | |
---|---|---|
Left |
The picture will be added to the left aligned text
| |
Centered |
The picture will be added to the centered text
| |
Right |
The picture will be added to the right aligned text
|