Class
SignaturePanel

Represents the signature panel.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Documents")]
public class SignaturePanel : Control, INotifyPropertyChanged

Inheritance: objectSignaturePanel

Implements: INotifyPropertyChanged

Constructors

SignaturePanel()

Initializes a new instance of the SignaturePanel class.

Declaration

cs-api-definition
public SignaturePanel()

Fields

RadPdfViewerProperty

Identifies Telerik.Windows.Controls.RadPdfViewer property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadPdfViewerProperty

Field Value

DependencyProperty

Properties

PdfViewer

Gets or sets the Rad Pdf viewer.

Declaration

cs-api-definition
public RadPdfViewer PdfViewer { get; set; }

Property Value

RadPdfViewer

The Rad Pdf viewer.

SignatureGeneralStatus

Gets the signature general status.

Declaration

cs-api-definition
public SignatureGeneralStatus SignatureGeneralStatus { get; }

Property Value

SignatureGeneralStatus

The signature general status.

ValidationMessage

Gets or sets the validation message.

Declaration

cs-api-definition
public string ValidationMessage { get; }

Property Value

string

The validation message.

Methods

OnApplyTemplate()

Called when the template is applied.

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

Events

PropertyChanged

Occurs when a property has been changed.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged