ClassPdfViewerNavigateToPageToolbarItemView
Represents a toolbar item view that allows navigation to a specific page in a PDF viewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PdfViewerNavigateToPageToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewPdfViewerNavigateToPageToolbarItemView
Implements:
Inherited Members
Constructors
PdfViewerNavigateToPageToolbarItemView()
Declaration
public PdfViewerNavigateToPageToolbarItemView()
Fields
CurrentPageProperty
Identifies the CurrentPageNumber property.
Declaration
public static readonly BindableProperty CurrentPageProperty
Field Value
BindableProperty
NavigateToPageCommandProperty
Identifies the NavigateToPageCommand property.
Declaration
public static readonly BindableProperty NavigateToPageCommandProperty
Field Value
BindableProperty
TotalPagesProperty
Identifies the TotalPages property.
Declaration
public static readonly BindableProperty TotalPagesProperty
Field Value
BindableProperty
Properties
CurrentPageNumber
Gets or sets the current page number, starting from 1.
NavigateToPageCommand
Gets or sets the command which navigates RadPdfViewer to a specific page. The parameter of this command is of type int and it represents the page index.
Declaration
public ICommand NavigateToPageCommand { get; set; }
Property Value
TotalPages
Gets or sets the total pages count.
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides