New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a toolbar item that provides navigation to a specific page in a PDF document.

Definition

Constructors

C#
public PdfViewerNavigateToPageToolbarItem()

Properties

Gets the current page number being displayed in the PDF viewer.

C#
public int CurrentPageNumber { get; }

Gets the total number of pages in the PDF document.

C#
public int TotalPages { get; }