New to Telerik UI for WPFStart a free 30-day trial

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 FixedDocumentViewerDialogContext.FixedDocumentViewer

Constructors

Initializes a new instance of the SignSignatureDialogContext class.

C#
public SignSignatureDialogContext(SignatureField signatureField, FixedDocumentViewerBase fixedDocumentViewer)
Parameters:signatureFieldSignatureField

The signature field.

fixedDocumentViewerFixedDocumentViewerBase

The fixed document viewer.

Properties

SignatureField

SignatureField

Gets the signature field.

C#
public SignatureField SignatureField { get; }
Property Value:

The signature field.