Represents the sign signature dialog context.
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI.Dialogs
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class SignSignatureDialogContext : FixedDocumentViewerDialogContext
Inheritance: objectFixedDocumentViewerDialogContextSignSignatureDialogContext
Inherited Members
Constructors
Initializes a new instance of the SignSignatureDialogContext class.
C#
public SignSignatureDialogContext(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.