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)
The signature field.
certificateX509Certificate2The certificate.
Properties
Appearances
IEnumerable<FormSource>
Gets or sets the form source instances used for presenting the appearances of the signature.
C#
public IEnumerable<FormSource> Appearances { get; set; }
The form source instances.
Gets or sets the certificate used for signing the signature.
C#
public X509Certificate2 Certificate { get; }
The certificate.
SignatureField
SignatureField
Gets or sets the signature field.
C#
public SignatureField SignatureField { get; }
The signature field.