ClassSignSignatureDialogViewModel
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
SignSignatureDialogViewModel(SignSignatureDialogContext)
Initializes a new instance of the SignSignatureDialogViewModel class.
Declaration
public SignSignatureDialogViewModel(SignSignatureDialogContext context)
Parameters
context
The context.
Properties
CertificatePathContent
Gets or sets the content bonded to the certificate path text box.
Declaration
public string CertificatePathContent { get; set; }
Property Value
The certificate path content.
ErrorContent
Gets or sets the content of the error.
Declaration
public string ErrorContent { get; set; }
Property Value
The content of the error.
PasswordWatermarkContent
Gets or sets the content bonded to the password watermark.
Declaration
public string PasswordWatermarkContent { get; set; }
Property Value
The password watermark content.
SelectCertificateCommand
Gets or sets the select certificate command.
Declaration
public ICommand SelectCertificateCommand { get; set; }
Property Value
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
The content of the certificate watermark.
SubmitCommand
Gets or sets the submit command.
Declaration
public ICommand SubmitCommand { get; set; }
Property Value
The submit command.
Methods
GetSignatureAppearancesFormSource(X509Certificate2)
Gets the form source for the signature appearances.
Declaration
public virtual IEnumerable<FormSource> GetSignatureAppearancesFormSource(X509Certificate2 certificate)
Parameters
certificate
The certificate used to sign the signature.
Returns
IEnumerable<FormSource>
Events
RequestDialogClose
Occurs when the dialog should be closed.