WordsPageNumberLocation

WordsPageNumberLocation enumeration

Controls whether to forcibly apply the page numbering to the loaded WordProcessing document and if yes, where to place page numbers

public enum WordsPageNumberLocation : byte

Values

Name Value Description
NotApply 0 Leave the loaded WordProcessing document intact. Default value.
TopLeft 1 Put the page number to the top left corner of the page
TopCenter 2 Put the page number to the top center corner of the page
TopRight 3 Put the page number to the top right corner of the page
BottomLeft 4 Put the page number to the bottom left corner of the page
BottomCenter 5 Put the page number to the bottom center corner of the page
BottomRight 6 Put the page number to the bottom right corner of the page

See Also