Represents the sign signature dialog view model.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
public class SignSignatureDialogViewModel : DialogViewModelBase<SignSignatureDialogContext>, INotifyPropertyChanged
Inheritance: objectDialogViewModelBase<SignSignatureDialogContext>SignSignatureDialogViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the SignSignatureDialogViewModel class.
public SignSignatureDialogViewModel(SignSignatureDialogContext context)
The context.
Properties
Gets or sets the content bonded to the certificate path text box.
public string CertificatePathContent { get; set; }
The certificate path content.
Gets or sets the content of the error.
public string ErrorContent { get; set; }
The content of the error.
Gets or sets the content bonded to the password watermark.
public string PasswordWatermarkContent { get; set; }
The password watermark content.
Gets or sets the select certificate command.
public ICommand SelectCertificateCommand { get; set; }
The select certificate command.
Gets or sets the content bonded to the watermark of select certificate watermark text box.
public string SelectCertificateWatermarkContent { get; set; }
The content of the certificate watermark.
Gets or sets the submit command.
public ICommand SubmitCommand { get; set; }
The submit command.
Methods
Gets the form source for the signature appearances.
public virtual IEnumerable<FormSource> GetSignatureAppearancesFormSource(X509Certificate2 certificate)
The certificate used to sign the signature.
Returns:IEnumerable<FormSource>
Events
Occurs when the dialog should be closed.
public event EventHandler RequestDialogClose