Class ShowSignSignatureDialogCommandContext
Represents the show sign signature dialog command context.
Inheritance
System.Object
ShowSignSignatureDialogCommandContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ShowSignSignatureDialogCommandContext
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. |