ClassRadPdfViewerToolBar
Toolbar control for easier RadPdfViewer usage, enabling most of the viewer's UI Commands.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
public class RadPdfViewerToolBar : Control
Inheritance: objectRadPdfViewerToolBar
Constructors
RadPdfViewerToolBar()
Initializes a new instance of the RadPdfViewerToolBar class.
Declaration
public RadPdfViewerToolBar()
Fields
HasClockwiseButtonProperty
Determines whether the clockwise button is visible.
Declaration
public static readonly DependencyProperty HasClockwiseButtonProperty
Field Value
DependencyProperty
HasCounterclockwiseButtonProperty
Determines whether the counterclockwise button is visible.
Declaration
public static readonly DependencyProperty HasCounterclockwiseButtonProperty
Field Value
DependencyProperty
HasFitToPageButtonProperty
Determines whether the fit-to-page button is visible.
Declaration
public static readonly DependencyProperty HasFitToPageButtonProperty
Field Value
DependencyProperty
HasFitToWidthButtonProperty
Determines whether the fit-to-width button is visible.
Declaration
public static readonly DependencyProperty HasFitToWidthButtonProperty
Field Value
DependencyProperty
HasOpenButtonProperty
Determines whether the open button is visible.
Declaration
public static readonly DependencyProperty HasOpenButtonProperty
Field Value
DependencyProperty
HasPageDownButtonProperty
Determines whether the page down button is visible.
Declaration
public static readonly DependencyProperty HasPageDownButtonProperty
Field Value
DependencyProperty
HasPageUpButtonProperty
Determines whether the page up button is visible.
Declaration
public static readonly DependencyProperty HasPageUpButtonProperty
Field Value
DependencyProperty
HasPagesCountGroupProperty
Determines whether the pages count group is visible.
Declaration
public static readonly DependencyProperty HasPagesCountGroupProperty
Field Value
DependencyProperty
HasPanTextSelectionGroupProperty
Determines whether the pan / text selection group is visible.
Declaration
public static readonly DependencyProperty HasPanTextSelectionGroupProperty
Field Value
DependencyProperty
HasPercentComboBoxProperty
Determines whether the percent ComboBox is visible.
Declaration
public static readonly DependencyProperty HasPercentComboBoxProperty
Field Value
DependencyProperty
HasPrintButtonProperty
Determines whether the print button is visible.
Declaration
public static readonly DependencyProperty HasPrintButtonProperty
Field Value
DependencyProperty
HasSaveButtonProperty
Determines whether the save button is visible.
Declaration
public static readonly DependencyProperty HasSaveButtonProperty
Field Value
DependencyProperty
HasSignatureButtonProperty
Determines whether the signature button is visible.
Declaration
public static readonly DependencyProperty HasSignatureButtonProperty
Field Value
DependencyProperty
HasZoomInButtonProperty
Determines whether the zoom in button is visible.
Declaration
public static readonly DependencyProperty HasZoomInButtonProperty
Field Value
DependencyProperty
HasZoomOutButtonProperty
Determines whether the zoom out button is visible.
Declaration
public static readonly DependencyProperty HasZoomOutButtonProperty
Field Value
DependencyProperty
RadPdfViewerProperty
Gets the associated RadPdfViewer property.
Declaration
public static readonly DependencyProperty RadPdfViewerProperty
Field Value
DependencyProperty
Properties
HasClockwiseButton
Determines whether the clockwise button is visible.
HasCounterclockwiseButton
Determines whether the counterclockwise button is visible.
Declaration
public bool HasCounterclockwiseButton { get; set; }
Property Value
HasFitToPageButton
Determines whether the fit-to-page button is visible.
HasFitToWidthButton
Determines whether the fit-to-width button is visible.
HasOpenButton
Determines whether the open button is visible.
HasPageDownButton
Determines whether the page down button is visible.
HasPageUpButton
Determines whether the page up button is visible.
HasPagesCountGroup
Determines whether the pages count group is visible.
HasPanTextSelectionGroup
Determines whether the pan / text selection group is visible.
Declaration
public bool HasPanTextSelectionGroup { get; set; }
Property Value
HasPercentComboBox
Determines whether the percent ComboBox is visible.
HasPrintButton
Determines whether the print button is visible.
HasSaveButton
Determines whether the save button is visible.
HasSignatureButton
Determines whether the signature button is visible.
HasZoomInButton
Determines whether the zoom in button is visible.
HasZoomOutButton
Determines whether the zoom out button is visible.
RadPdfViewer
Gets the associated RadPdfViewer.
Declaration
public RadPdfViewer RadPdfViewer { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()