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
)
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
-
Type:
System
Boolean
if it specifies the top of page, set to
true
.
-
horizontalAlignment
-
Type:
Spire.Doc.Documents
PageNumberAlignment
The horizontal alignment.
See Also