Class
PdfViewerNavigateToPageToolbarItem

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

Definition

Constructors

PdfViewerNavigateToPageToolbarItem()

Declaration

cs-api-definition
public PdfViewerNavigateToPageToolbarItem()

Properties

CurrentPageNumber

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

Declaration

cs-api-definition
public int CurrentPageNumber { get; }

Property Value

int

TotalPages

Gets the total number of pages in the PDF document.

Declaration

cs-api-definition
public int TotalPages { get; }

Property Value

int