Class RadPdfViewerAttachedComponents
Contains properties for adding optional components to the RadPdfViewer.
Inheritance
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class RadPdfViewerAttachedComponents : DependencyObject
Constructors
RadPdfViewerAttachedComponents()
Declaration
public RadPdfViewerAttachedComponents()
Fields
RegisterContextMenuProperty
Adds a default context menu to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterContextMenuProperty
Field Value
System.Windows.DependencyProperty
|
RegisterFindDialogProperty
Adds a find dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterFindDialogProperty
Field Value
System.Windows.DependencyProperty
|
RegisterPasswordRequiredDialogProperty
Adds a password required dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterPasswordRequiredDialogProperty
Field Value
System.Windows.DependencyProperty
|
RegisterSignaturePropertiesDialogProperty
Adds a sign-signature properties dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterSignaturePropertiesDialogProperty
Field Value
System.Windows.DependencyProperty
|
RegisterSignSignatureDialogProperty
Adds a sign-signature dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterSignSignatureDialogProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetRegisterContextMenu(UIElement)
Gets the value indicating whether the context menu should be added or removed.
Declaration
public static bool GetRegisterContextMenu(UIElement element)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
Returns
System.Boolean
|
GetRegisterFindDialog(UIElement)
Gets the value indicating whether the find dialog should be added or removed.
Declaration
public static bool GetRegisterFindDialog(UIElement element)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
Returns
System.Boolean
|
GetRegisterPasswordRequiredDialog(UIElement)
Gets the value indicating whether the password required dialog should be added or removed.
Declaration
public static bool GetRegisterPasswordRequiredDialog(UIElement element)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
Returns
System.Boolean
|
GetRegisterSignaturePropertiesDialog(UIElement)
Sets the value indicating whether the sign-signature properties dialog should be added or removed.
Declaration
public static bool GetRegisterSignaturePropertiesDialog(UIElement element)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
Returns
System.Boolean
|
GetRegisterSignSignatureDialog(UIElement)
Sets the value indicating whether the sign-signature dialog should be added or removed.
Declaration
public static bool GetRegisterSignSignatureDialog(UIElement element)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
Returns
System.Boolean
|
SetRegisterContextMenu(UIElement, Boolean)
Sets the value indicating whether the context menu should be added or removed.
Declaration
public static void SetRegisterContextMenu(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
System.Boolean
value
The boolean value indicating whether the context menu should be added or removed. |
SetRegisterFindDialog(UIElement, Boolean)
Sets the value indicating whether the find dialog should be added or removed.
Declaration
public static void SetRegisterFindDialog(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
System.Boolean
value
The boolean value indicating whether the find dialog should be added or removed. |
SetRegisterPasswordRequiredDialog(UIElement, Boolean)
Sets the value indicating whether the password required dialog should be added or removed.
Declaration
public static void SetRegisterPasswordRequiredDialog(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
System.Boolean
value
The boolean value indicating whether the sign-signature dialog should be added or removed. |
SetRegisterSignaturePropertiesDialog(UIElement, Boolean)
Sets the value indicating whether the sign-signature properties dialog should be added or removed.
Declaration
public static void SetRegisterSignaturePropertiesDialog(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
System.Boolean
value
The boolean value indicating whether the sign-signature properties dialog should be added or removed. |
SetRegisterSignSignatureDialog(UIElement, Boolean)
Sets the value indicating whether the sign-signature dialog should be added or removed.
Declaration
public static void SetRegisterSignSignatureDialog(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
The RadPdfViewer. |
System.Boolean
value
The boolean value indicating whether the sign-signature dialog should be added or removed. |