constants ContentAlignmentEnum
The ContentAlignmentEnum type specifies the alignment of the page numbers in the pages (PreviewSettings(exPreviewShowPageNumbers)). The ContentAlignmentEnum type supports the following values:

NameValueDescription
exTopLeft0 Content is vertically aligned at the top, and horizontally aligned on the left.
exTopCenter1 Content is vertically aligned at the top, and horizontally aligned at the center.
exTopRight2 Content is vertically aligned at the top, and horizontally aligned on the right.
exMiddleLeft16 Content is vertically aligned in the middle, and horizontally aligned on the left.
exMiddleCenter17 Content is vertically aligned in the middle, and horizontally aligned at the center.
exMiddleRight18 Content is vertically aligned in the middle, and horizontally aligned on the right.
exBottomLeft32 Content is vertically aligned at the bottom, and horizontally aligned on the left.
exBottomCenter33 Content is vertically aligned at the bottom, and horizontally aligned at the center.
exBottomRight34 Content is vertically aligned at the bottom, and horizontally aligned on the right.