Class RadPdfViewerToolbar
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.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadPdfViewerToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, IToolStripElement, IVisualTreeElement
Constructors
RadPdfViewerToolbar()
Declaration
public RadPdfViewerToolbar()
Fields
PdfViewerProperty
Identifies the PdfViewer property.
Declaration
public static readonly BindableProperty PdfViewerProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
PdfViewer
Gets or sets the RadPdfViewer control this toolbar is associated with.
Declaration
public RadPdfViewer PdfViewer { get; set; }
Property Value
RadPdfViewer
|