| 
PageNumberAlignment Enumeration
  | 
 Specifies PageNumber alignment.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum PageNumberAlignment
 
Public Enumeration PageNumberAlignment
 
public enum class PageNumberAlignment
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Left | 0 | Aligns the page number to the left side of the page | 
|  | Center | -4 | Centers the page number horizontally on the page | 
|  | Right | -8 | Aligns the page number to the right side of the page | 
|  | Inside | -12 | Aligns the page to the inside margin of the page (useful for double-sided printing) | 
|  | Outside | -16 | Aligns the page to the outside margin of the page (useful for double-sided printing) | 
 
 
 See Also
See Also