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

Represents the sign signature field command context.

Definition

Namespace:Telerik.Windows.Documents.Commands

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class SignSignatureFieldCommandContext

Inheritance: objectSignSignatureFieldCommandContext

Constructors

Initializes a new instance of the SignSignatureFieldCommandContext class.

C#
public SignSignatureFieldCommandContext(SignatureField signatureField, X509Certificate2 certificate)
Parameters:signatureFieldSignatureField

The signature field.

certificateX509Certificate2

The certificate.

Properties

Gets or sets the form source instances used for presenting the appearances of the signature.

C#
public IEnumerable<FormSource> Appearances { get; set; }
Property Value:

The form source instances.

Gets or sets the certificate used for signing the signature.

C#
public X509Certificate2 Certificate { get; }
Property Value:

The certificate.

SignatureField

SignatureField

Gets or sets the signature field.

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

The signature field.