PdfAlignmentStyle Enumeration
|
Specifies how the page template is aligned relative to the template area.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfAlignmentStyle
Public Enumeration PdfAlignmentStyle
public enum class PdfAlignmentStyle
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Specifies no alignment.
|
|
TopLeft
|
1
|
The template is top left aligned.
|
|
TopCenter
|
2
|
The template is top center aligned.
|
|
TopRight
|
3
|
The template is top right aligned.
|
|
MiddleLeft
|
4
|
The template is middle left aligned.
|
|
MiddleCenter
|
5
|
The template is middle center aligned.
|
|
MiddleRight
|
6
|
The template is middle right aligned.
|
|
BottomLeft
|
7
|
The template is bottom left aligned.
|
|
BottomCenter
|
8
|
The template is bottom center aligned.
|
|
BottomRight
|
9
|
The template is bottom right aligned.
|
Remarks
This enumeration is used inclass.
See Also