Class
PdfViewerNavigateToPageToolbarItemView

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:

cs-api-definition
public class PdfViewerNavigateToPageToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewPdfViewerNavigateToPageToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members ToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

PdfViewerNavigateToPageToolbarItemView()

Declaration

cs-api-definition
public PdfViewerNavigateToPageToolbarItemView()

Fields

CurrentPageProperty

Identifies the CurrentPageNumber property.

Declaration

cs-api-definition
public static readonly BindableProperty CurrentPageProperty

Field Value

BindableProperty

NavigateToPageCommandProperty

Identifies the NavigateToPageCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty NavigateToPageCommandProperty

Field Value

BindableProperty

TotalPagesProperty

Identifies the TotalPages property.

Declaration

cs-api-definition
public static readonly BindableProperty TotalPagesProperty

Field Value

BindableProperty

Properties

CurrentPageNumber

Gets or sets the current page number, starting from 1.

Declaration

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

Property Value

int

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

cs-api-definition
public ICommand NavigateToPageCommand { get; set; }

Property Value

ICommand

TotalPages

Gets or sets the total pages count.

Declaration

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

Property Value

int

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadCompositeContentView.OnApplyTemplate()