Click or drag to resize

PageSetup InsertPageNumbers Method

Inserts the page numbers.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void InsertPageNumbers(
	bool fromTopPage,
	PageNumberAlignment horizontalAlignment
)

Parameters

fromTopPage
Type: System Boolean
if it specifies the top of page, set to true .
horizontalAlignment
Type: Spire.Doc.Documents PageNumberAlignment
The horizontal alignment.
See Also