Represents the signature properties dialog context.
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI.Dialogs
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class SignaturePropertiesDialogContext : FixedDocumentViewerDialogContext
Inheritance: objectFixedDocumentViewerDialogContextSignaturePropertiesDialogContext
Inherited Members
Constructors
Initializes a new instance of the SignaturePropertiesDialogContext class.
C#
public SignaturePropertiesDialogContext(SignatureField signatureField, FixedDocumentViewerBase fixedDocumentViewer)
The signature field.
fixedDocumentViewerFixedDocumentViewerBaseThe fixed document viewer.
Properties
SignatureField
SignatureField
Gets the signature field.
C#
public SignatureField SignatureField { get; }
The signature field.
SignatureValidationProperties
SignatureValidationProperties
Gets or sets the signature validation properties.
C#
public SignatureValidationProperties SignatureValidationProperties { get; set; }
The signature validation properties.