Back to Devexpress

PageNumberKind Enum

wpf-devexpress-dot-xpf-dot-printing-796da31b.md

latest1.5 KB
Original Source

PageNumberKind Enum

Lists the formats used to display page numbers in a document.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum PageNumberKind
vb
Public Enum PageNumberKind

Members

NameDescription
None

No information is displayed.

| | Number |

The current page number is displayed, starting from 1 (e.g. “1”, “2”, “3”, …).

| | NumberOfTotal |

Both the current page number and the total number of pages are displayed (e.g. “1 of 5”, “2 of 5”, “3 of 5”, …).

| | RomanLowNumber |

The current page number is displayed using Roman numerals in lowercase (e.g. “i”, “ii”, “iii”, “iv”, …).

| | RomanHiNumber |

The current page number is displayed using Roman numerals in uppercase (e.g. “I”, “II”, “III”, “IV”, …).

|

Remarks

A PageNumberKind object is returned by the PageNumberExportSettings.Kind property.

See Also

Kind

DevExpress.Xpf.Printing Namespace