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

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

Constructors

Initializes a new instance of the SignaturePropertiesDialogContext class.

C#
public SignaturePropertiesDialogContext(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.

SignatureValidationProperties

SignatureValidationProperties

Gets or sets the signature validation properties.

C#
public SignatureValidationProperties SignatureValidationProperties { get; set; }
Property Value:

The signature validation properties.