Class SignSignatureDialogContext
Represents the sign signature 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 SignSignatureDialogContext : FixedDocumentViewerDialogContext
Constructors
SignSignatureDialogContext(SignatureField, FixedDocumentViewerBase)
Initializes a new instance of the SignSignatureDialogContext class.
Declaration
public SignSignatureDialogContext(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. |