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