Class ShowSignaturePropertiesDialogCommandContext
Represents the show signature properties dialog command context.
Inheritance
System.Object
ShowSignaturePropertiesDialogCommandContext
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 ShowSignaturePropertiesDialogCommandContext
Constructors
ShowSignaturePropertiesDialogCommandContext()
Declaration
public ShowSignaturePropertiesDialogCommandContext()
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. |
SignatureValidationProperties
Gets or sets the signature validation properties.
Declaration
public SignatureValidationProperties SignatureValidationProperties { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.DigitalSignatures.SignatureValidationProperties
The signature validation properties. |