<< Click to display table of contents >> TSRVPageProperty.PageNoHAlign |
Specifies a horizontal alignment of page numbers.
type
TSRVHAlign = (srvhaLeft, srvhaCenter, srvhaRight);
property PageNoHAlign: TSRVHAlign;
If MirrorMargins = True, this property defines the alignment for odd pages; for even pages, left and right alignments are exchanged.
Default value:
srvhaCenter
See also