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

Represents the sign signature dialog view model.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

C#
public class SignSignatureDialogViewModel : DialogViewModelBase<SignSignatureDialogContext>, INotifyPropertyChanged

Inheritance: objectDialogViewModelBase<SignSignatureDialogContext>SignSignatureDialogViewModel

Implements: INotifyPropertyChanged

Inherited Members DialogViewModelBase<SignSignatureDialogContext>.OnPropertyChanged(string)DialogViewModelBase<SignSignatureDialogContext>.ContextDialogViewModelBase<SignSignatureDialogContext>.PropertyChanged

Constructors

Initializes a new instance of the SignSignatureDialogViewModel class.

C#
public SignSignatureDialogViewModel(SignSignatureDialogContext context)
Parameters:contextSignSignatureDialogContext

The context.

Properties

Gets or sets the content bonded to the certificate path text box.

C#
public string CertificatePathContent { get; set; }
Property Value:

The certificate path content.

Gets or sets the content of the error.

C#
public string ErrorContent { get; set; }
Property Value:

The content of the error.

Gets or sets the content bonded to the password watermark.

C#
public string PasswordWatermarkContent { get; set; }
Property Value:

The password watermark content.

Gets or sets the select certificate command.

C#
public ICommand SelectCertificateCommand { get; set; }
Property Value:

The select certificate command.

Gets or sets the content bonded to the watermark of select certificate watermark text box.

C#
public string SelectCertificateWatermarkContent { get; set; }
Property Value:

The content of the certificate watermark.

Gets or sets the submit command.

C#
public ICommand SubmitCommand { get; set; }
Property Value:

The submit command.

Methods

Gets the form source for the signature appearances.

C#
public virtual IEnumerable<FormSource> GetSignatureAppearancesFormSource(X509Certificate2 certificate)
Parameters:certificateX509Certificate2

The certificate used to sign the signature.

Returns:

IEnumerable<FormSource>

Events

Occurs when the dialog should be closed.

C#
public event EventHandler RequestDialogClose