PdfViewer.ShowPageCounter Property
In This Article
Gets or sets whether to show the page counter. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool ShowPageCounter { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also