PageNumberKind Enum
In This Article
Lists the formats used to display page numbers in a document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No information is displayed. |
Number
|
The current page number is displayed, starting from 1 (e. |
Number
|
Both the current page number and the total number of pages are displayed (e. |
Roman
|
The current page number is displayed using Roman numerals in lowercase (e. |
Roman
|
The current page number is displayed using Roman numerals in uppercase (e. |
#Remarks
A PageNumberKind object is returned by the PageNumberExportSettings.Kind property.
See Also