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