ClassRadPdfViewerAttachedComponents
Contains properties for adding optional components to the RadPdfViewer.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
public class RadPdfViewerAttachedComponents : DependencyObject
Inheritance: objectRadPdfViewerAttachedComponents
Constructors
RadPdfViewerAttachedComponents()
Declaration
public RadPdfViewerAttachedComponents()
Fields
RegisterFindDialogProperty
Adds a find dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterFindDialogProperty
Field Value
DependencyProperty
RegisterPasswordRequiredDialogProperty
Adds a password required dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterPasswordRequiredDialogProperty
Field Value
DependencyProperty
RegisterSignSignatureDialogProperty
Adds a sign-signature dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterSignSignatureDialogProperty
Field Value
DependencyProperty
RegisterSignaturePropertiesDialogProperty
Adds a sign-signature properties dialog to the RadPdfViewer.
Declaration
public static readonly DependencyProperty RegisterSignaturePropertiesDialogProperty
Field Value
DependencyProperty
Methods
GetRegisterFindDialog(UIElement)
Gets the value indicating whether the find dialog should be added or removed.
Declaration
public static bool GetRegisterFindDialog(UIElement element)
Parameters
element
UIElement
The RadPdfViewer.
Returns
GetRegisterPasswordRequiredDialog(UIElement)
Gets the value indicating whether the password required dialog should be added or removed.
Declaration
public static bool GetRegisterPasswordRequiredDialog(UIElement element)
Parameters
element
UIElement
The RadPdfViewer.
Returns
GetRegisterSignSignatureDialog(UIElement)
Sets the value indicating whether the sign-signature dialog should be added or removed.
Declaration
public static bool GetRegisterSignSignatureDialog(UIElement element)
Parameters
element
UIElement
The RadPdfViewer.
Returns
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
element
UIElement
The RadPdfViewer.
Returns
SetRegisterFindDialog(UIElement, bool)
Sets the value indicating whether the find dialog should be added or removed.
Declaration
public static void SetRegisterFindDialog(UIElement element, bool value)
Parameters
element
UIElement
The RadPdfViewer.
value
The boolean value indicating whether the find dialog should be added or removed.
SetRegisterPasswordRequiredDialog(UIElement, bool)
Sets the value indicating whether the password required dialog should be added or removed.
Declaration
public static void SetRegisterPasswordRequiredDialog(UIElement element, bool value)
Parameters
element
UIElement
The RadPdfViewer.
value
The boolean value indicating whether the sign-signature dialog should be added or removed.
SetRegisterSignSignatureDialog(UIElement, bool)
Sets the value indicating whether the sign-signature dialog should be added or removed.
Declaration
public static void SetRegisterSignSignatureDialog(UIElement element, bool value)
Parameters
element
UIElement
The RadPdfViewer.
value
The boolean value indicating whether the sign-signature dialog should be added or removed.
SetRegisterSignaturePropertiesDialog(UIElement, bool)
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
element
UIElement
The RadPdfViewer.
value
The boolean value indicating whether the sign-signature properties dialog should be added or removed.