Inserts the page numbers.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void InsertPageNumbers(
	bool fromTopPage,
	PageNumberAlignment horizontalAlignment
)
Public Sub InsertPageNumbers ( 
	fromTopPage As Boolean,
	horizontalAlignment As PageNumberAlignment
)
public:
void InsertPageNumbers(
	bool fromTopPage, 
	PageNumberAlignment horizontalAlignment
)
member InsertPageNumbers : 
        fromTopPage : bool * 
        horizontalAlignment : PageNumberAlignment -> unit 

Parameters

fromTopPage
Boolean
if it specifies the top of page, set to true.
horizontalAlignment
PageNumberAlignment
The horizontal alignment.

See Also