New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

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; }
Property Value:

The Rad Pdf viewer.

Gets the signature general status.

C#
public SignatureGeneralStatus SignatureGeneralStatus { get; }
Property Value:

The signature general status.

Gets or sets the validation message.

C#
public string ValidationMessage { get; }
Property Value:

The validation message.

Methods

Called when the template is applied.

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Events

Occurs when a property has been changed.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged