Class SignaturePanel
Represents the signature panel.
Inheritance
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class SignaturePanel : Control, INotifyPropertyChanged
Constructors
SignaturePanel()
Fields
RadPdfViewerProperty
Identifies Telerik.Windows.Controls.RadPdfViewer property.
Declaration
public static readonly DependencyProperty RadPdfViewerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PdfViewer
Gets or sets the Rad Pdf viewer.
Declaration
public RadPdfViewer PdfViewer { get; set; }
Property Value
RadPdfViewer
The Rad Pdf viewer. |
SignatureGeneralStatus
Gets the signature general status.
Declaration
public SignatureGeneralStatus SignatureGeneralStatus { get; }
Property Value
SignatureGeneralStatus
The signature general status. |
ValidationMessage
Gets or sets the validation message.
Declaration
public string ValidationMessage { get; }
Property Value
System.String
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
System.EventArgs
e
|
Events
PropertyChanged
Occurs when a property has been changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|