SignaturePanel
Class
Represents the signature panel.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
C#
[TelerikToolboxCategory("Documents")]
public class SignaturePanel : Control, INotifyPropertyChanged
Inheritance: objectSignaturePanel
Implements:
Constructors
Initializes a new instance of the SignaturePanel class.
C#
public SignaturePanel()
Fields
RadPdfViewerProperty
DependencyProperty
Identifies Telerik.Windows.Controls.RadPdfViewer property.
C#
public static readonly DependencyProperty RadPdfViewerProperty
Properties
Gets or sets the Rad Pdf viewer.
C#
public RadPdfViewer PdfViewer { get; set; }
The Rad Pdf viewer.
Gets the signature general status.
C#
public SignatureGeneralStatus SignatureGeneralStatus { get; }
The signature general status.
Gets or sets the validation message.
C#
public string ValidationMessage { get; }
The validation message.
Methods
Called when the template is applied.
C#
public override void OnApplyTemplate()
Events
Occurs when a property has been changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: