Class PdfViewerToggleLayoutModeToolbarItem
Represents a button in the RadPdfViewerToolbar, which toggles the LayoutMode property between SinglePage and ContinuousScroll values.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerToggleLayoutModeToolbarItem : ButtonToolbarItem
Constructors
PdfViewerToggleLayoutModeToolbarItem()
Declaration
public PdfViewerToggleLayoutModeToolbarItem()
Fields
ContinuousScrollImageSourceProperty
Identifies the ContinuousScrollImageSource property.
Declaration
public static readonly BindableProperty ContinuousScrollImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SinglePageImageSourceProperty
Identifies the SinglePageImageSource property.
Declaration
public static readonly BindableProperty SinglePageImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ContinuousScrollImageSource
Declaration
public FontImageSource ContinuousScrollImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.FontImageSource
|
SinglePageImageSource
Gets or sets Microsoft.Maui.Controls.FontImageSource, displayed by the PdfViewerToggleLayoutModeToolbarItem when LayoutMode is ContinuousScroll.
Declaration
public FontImageSource SinglePageImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.FontImageSource
|