Class
RadPdfViewerToolBar

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:

cs-api-definition
public class RadPdfViewerToolBar : Control

Inheritance: objectRadPdfViewerToolBar

Constructors

RadPdfViewerToolBar()

Initializes a new instance of the RadPdfViewerToolBar class.

Declaration

cs-api-definition
public RadPdfViewerToolBar()

Fields

HasClockwiseButtonProperty

Determines whether the clockwise button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasClockwiseButtonProperty

Field Value

DependencyProperty

HasCounterclockwiseButtonProperty

Determines whether the counterclockwise button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasCounterclockwiseButtonProperty

Field Value

DependencyProperty

HasFitToPageButtonProperty

Determines whether the fit-to-page button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasFitToPageButtonProperty

Field Value

DependencyProperty

HasFitToWidthButtonProperty

Determines whether the fit-to-width button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasFitToWidthButtonProperty

Field Value

DependencyProperty

HasOpenButtonProperty

Determines whether the open button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasOpenButtonProperty

Field Value

DependencyProperty

HasPageDownButtonProperty

Determines whether the page down button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPageDownButtonProperty

Field Value

DependencyProperty

HasPageUpButtonProperty

Determines whether the page up button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPageUpButtonProperty

Field Value

DependencyProperty

HasPagesCountGroupProperty

Determines whether the pages count group is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPagesCountGroupProperty

Field Value

DependencyProperty

HasPanTextSelectionGroupProperty

Determines whether the pan / text selection group is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPanTextSelectionGroupProperty

Field Value

DependencyProperty

HasPercentComboBoxProperty

Determines whether the percent ComboBox is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPercentComboBoxProperty

Field Value

DependencyProperty

HasPrintButtonProperty

Determines whether the print button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasPrintButtonProperty

Field Value

DependencyProperty

HasSaveButtonProperty

Determines whether the save button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasSaveButtonProperty

Field Value

DependencyProperty

HasSignatureButtonProperty

Determines whether the signature button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasSignatureButtonProperty

Field Value

DependencyProperty

HasZoomInButtonProperty

Determines whether the zoom in button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasZoomInButtonProperty

Field Value

DependencyProperty

HasZoomOutButtonProperty

Determines whether the zoom out button is visible.

Declaration

cs-api-definition
public static readonly DependencyProperty HasZoomOutButtonProperty

Field Value

DependencyProperty

RadPdfViewerProperty

Gets the associated RadPdfViewer property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadPdfViewerProperty

Field Value

DependencyProperty

Properties

HasClockwiseButton

Determines whether the clockwise button is visible.

Declaration

cs-api-definition
public bool HasClockwiseButton { get; set; }

Property Value

bool

HasCounterclockwiseButton

Determines whether the counterclockwise button is visible.

Declaration

cs-api-definition
public bool HasCounterclockwiseButton { get; set; }

Property Value

bool

HasFitToPageButton

Determines whether the fit-to-page button is visible.

Declaration

cs-api-definition
public bool HasFitToPageButton { get; set; }

Property Value

bool

HasFitToWidthButton

Determines whether the fit-to-width button is visible.

Declaration

cs-api-definition
public bool HasFitToWidthButton { get; set; }

Property Value

bool

HasOpenButton

Determines whether the open button is visible.

Declaration

cs-api-definition
public bool HasOpenButton { get; set; }

Property Value

bool

HasPageDownButton

Determines whether the page down button is visible.

Declaration

cs-api-definition
public bool HasPageDownButton { get; set; }

Property Value

bool

HasPageUpButton

Determines whether the page up button is visible.

Declaration

cs-api-definition
public bool HasPageUpButton { get; set; }

Property Value

bool

HasPagesCountGroup

Determines whether the pages count group is visible.

Declaration

cs-api-definition
public bool HasPagesCountGroup { get; set; }

Property Value

bool

HasPanTextSelectionGroup

Determines whether the pan / text selection group is visible.

Declaration

cs-api-definition
public bool HasPanTextSelectionGroup { get; set; }

Property Value

bool

HasPercentComboBox

Determines whether the percent ComboBox is visible.

Declaration

cs-api-definition
public bool HasPercentComboBox { get; set; }

Property Value

bool

HasPrintButton

Determines whether the print button is visible.

Declaration

cs-api-definition
public bool HasPrintButton { get; set; }

Property Value

bool

HasSaveButton

Determines whether the save button is visible.

Declaration

cs-api-definition
public bool HasSaveButton { get; set; }

Property Value

bool

HasSignatureButton

Determines whether the signature button is visible.

Declaration

cs-api-definition
public bool HasSignatureButton { get; set; }

Property Value

bool

HasZoomInButton

Determines whether the zoom in button is visible.

Declaration

cs-api-definition
public bool HasZoomInButton { get; set; }

Property Value

bool

HasZoomOutButton

Determines whether the zoom out button is visible.

Declaration

cs-api-definition
public bool HasZoomOutButton { get; set; }

Property Value

bool

RadPdfViewer

Gets the associated RadPdfViewer.

Declaration

cs-api-definition
public RadPdfViewer RadPdfViewer { get; set; }

Property Value

RadPdfViewer

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()