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