Class RadPdfViewerToolBar
The toolbar for the RadPdfViewer.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadPdfViewerToolBar : Control, IThemable
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
System.Windows.DependencyProperty
|
HasCounterclockwiseButtonProperty
Determines whether the counterclockwise button is visible.
Declaration
public static readonly DependencyProperty HasCounterclockwiseButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasFitToPageButtonProperty
Determines whether the fit-to-page button is visible.
Declaration
public static readonly DependencyProperty HasFitToPageButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasFitToWidthButtonProperty
Determines whether the fit-to-width button is visible.
Declaration
public static readonly DependencyProperty HasFitToWidthButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasOpenButtonProperty
Determines whether the open button is visible.
Declaration
public static readonly DependencyProperty HasOpenButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasPageDownButtonProperty
Determines whether the page down button is visible.
Declaration
public static readonly DependencyProperty HasPageDownButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasPagesCountGroupProperty
Determines whether the pages count group is visible.
Declaration
public static readonly DependencyProperty HasPagesCountGroupProperty
Field Value
System.Windows.DependencyProperty
|
HasPageUpButtonProperty
Determines whether the page up button is visible.
Declaration
public static readonly DependencyProperty HasPageUpButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasPanTextSelectionGroupProperty
Determines whether the pan / text selection group is visible.
Declaration
public static readonly DependencyProperty HasPanTextSelectionGroupProperty
Field Value
System.Windows.DependencyProperty
|
HasPercentComboBoxProperty
Determines whether the percent ComboBox is visible.
Declaration
public static readonly DependencyProperty HasPercentComboBoxProperty
Field Value
System.Windows.DependencyProperty
|
HasPrintButtonProperty
Determines whether the print button is visible.
Declaration
public static readonly DependencyProperty HasPrintButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasSaveButtonProperty
Determines whether the save button is visible.
Declaration
public static readonly DependencyProperty HasSaveButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasSignatureButtonProperty
Determines whether the signature button is visible.
Declaration
public static readonly DependencyProperty HasSignatureButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasZoomInButtonProperty
Determines whether the zoom in button is visible.
Declaration
public static readonly DependencyProperty HasZoomInButtonProperty
Field Value
System.Windows.DependencyProperty
|
HasZoomOutButtonProperty
Determines whether the zoom out button is visible.
Declaration
public static readonly DependencyProperty HasZoomOutButtonProperty
Field Value
System.Windows.DependencyProperty
|
RadPdfViewerProperty
Gets the associated RadPdfViewer property.
Declaration
public static readonly DependencyProperty RadPdfViewerProperty
Field Value
System.Windows.DependencyProperty
|
SignaturePanelProperty
Gets the associated SignaturePanel property.
Declaration
public static readonly DependencyProperty SignaturePanelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HasClockwiseButton
Determines whether the clockwise button is visible.
Declaration
public bool HasClockwiseButton { get; set; }
Property Value
System.Boolean
|
HasCounterclockwiseButton
Determines whether the counterclockwise button is visible.
Declaration
public bool HasCounterclockwiseButton { get; set; }
Property Value
System.Boolean
|
HasFitToPageButton
Determines whether the fit-to-page button is visible.
Declaration
public bool HasFitToPageButton { get; set; }
Property Value
System.Boolean
|
HasFitToWidthButton
Determines whether the fit-to-width button is visible.
Declaration
public bool HasFitToWidthButton { get; set; }
Property Value
System.Boolean
|
HasOpenButton
Determines whether the open button is visible.
Declaration
public bool HasOpenButton { get; set; }
Property Value
System.Boolean
|
HasPageDownButton
Determines whether the page down button is visible.
Declaration
public bool HasPageDownButton { get; set; }
Property Value
System.Boolean
|
HasPagesCountGroup
Determines whether the pages count group is visible.
Declaration
public bool HasPagesCountGroup { get; set; }
Property Value
System.Boolean
|
HasPageUpButton
Determines whether the page up button is visible.
Declaration
public bool HasPageUpButton { get; set; }
Property Value
System.Boolean
|
HasPanTextSelectionGroup
Determines whether the pan / text selection group is visible.
Declaration
public bool HasPanTextSelectionGroup { get; set; }
Property Value
System.Boolean
|
HasPercentComboBox
Determines whether the percent ComboBox is visible.
Declaration
public bool HasPercentComboBox { get; set; }
Property Value
System.Boolean
|
HasPrintButton
Determines whether the print button is visible.
Declaration
public bool HasPrintButton { get; set; }
Property Value
System.Boolean
|
HasSaveButton
Determines whether the save button is visible.
Declaration
public bool HasSaveButton { get; set; }
Property Value
System.Boolean
|
HasSignatureButton
Determines whether the signature button is visible.
Declaration
public bool HasSignatureButton { get; set; }
Property Value
System.Boolean
|
HasZoomInButton
Determines whether the zoom in button is visible.
Declaration
public bool HasZoomInButton { get; set; }
Property Value
System.Boolean
|
HasZoomOutButton
Determines whether the zoom out button is visible.
Declaration
public bool HasZoomOutButton { get; set; }
Property Value
System.Boolean
|
RadPdfViewer
Gets the associated RadPdfViewer.
Declaration
public RadPdfViewer RadPdfViewer { get; set; }
Property Value
RadPdfViewer
|
SignaturePanel
Gets the associated SignaturePanel.
Declaration
public SignaturePanel SignaturePanel { get; set; }
Property Value
SignaturePanel
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
This method in called when IsInitialized is set to true and it raises an Initialized event.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Resets the theme of the RadPdfViewerToolBar to change it or to invalidate it.
Declaration
public void ResetTheme()