RadPdfViewerToolbar
Class
Provides a customizable toolbar for the RadPdfViewer component. The toolbar exposes all actions supported by the PdfViewer via a collection of highly customizable toolbar items. The toolbar items can be styled, arranged and organized in different configurations according to the needs of the application.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadPdfViewerToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IVisualTreeElement
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewRadToolbarRadPdfViewerToolbar...
Implements:
Inherited Members
Constructors
C#
public RadPdfViewerToolbar()
Fields
PdfViewerProperty
BindableProperty
Identifies the PdfViewer property.
C#
public static readonly BindableProperty PdfViewerProperty
Properties
Gets or sets the RadPdfViewer control this toolbar is associated with.
C#
public RadPdfViewer PdfViewer { get; set; }