Gets or sets a value indicating whether to show page numbers. Default value is true.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IncludePageNumbers { get; set; }
Public Property IncludePageNumbers As Boolean Get Set
public: property bool IncludePageNumbers { bool get (); void set (bool value); }
member IncludePageNumbers : bool with get, set
Property Value
Booleanif it includes page numbers, set to true.