Class SignaturePropertiesDialogContext
Represents the signature properties dialog context.
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.Fixed.UI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class SignaturePropertiesDialogContext : FixedDocumentViewerDialogContext
Constructors
SignaturePropertiesDialogContext(SignatureField, FixedDocumentViewerBase)
Initializes a new instance of the SignaturePropertiesDialogContext class.
Declaration
public SignaturePropertiesDialogContext(SignatureField signatureField, FixedDocumentViewerBase fixedDocumentViewer)
Parameters
Telerik.Windows.Documents.Fixed.Model.InteractiveForms.SignatureField
signatureField
The signature field. |
FixedDocumentViewerBase
fixedDocumentViewer
The fixed document viewer. |
Properties
SignatureField
Gets the signature field.
Declaration
public SignatureField SignatureField { get; }
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. |