Class ShowSignSignatureDialogCommandContext
Represents the show sign signature dialog command context.
Inheritance
System.Object
ShowSignSignatureDialogCommandContext
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ShowSignSignatureDialogCommandContext : Object
Constructors
ShowSignSignatureDialogCommandContext()
Declaration
public ShowSignSignatureDialogCommandContext()
Properties
SignatureField
Gets or sets the signature field.
Declaration
public SignatureField SignatureField { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.InteractiveForms.SignatureField
The signature field. |