Class
SignSignatureDialogViewModel

Represents the sign signature dialog view model.

Definition

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

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

cs-api-definition
public class SignSignatureDialogViewModel : DialogViewModelBase<SignSignatureDialogContext>, INotifyPropertyChanged

Inheritance: objectDialogViewModelBase<SignSignatureDialogContext>SignSignatureDialogViewModel

Implements: INotifyPropertyChanged

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

Constructors

SignSignatureDialogViewModel(SignSignatureDialogContext)

Initializes a new instance of the SignSignatureDialogViewModel class.

Declaration

cs-api-definition
public SignSignatureDialogViewModel(SignSignatureDialogContext context)

Parameters

context

SignSignatureDialogContext

The context.

Properties

CertificatePathContent

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

Declaration

cs-api-definition
public string CertificatePathContent { get; set; }

Property Value

string

The certificate path content.

ErrorContent

Gets or sets the content of the error.

Declaration

cs-api-definition
public string ErrorContent { get; set; }

Property Value

string

The content of the error.

PasswordWatermarkContent

Gets or sets the content bonded to the password watermark.

Declaration

cs-api-definition
public string PasswordWatermarkContent { get; set; }

Property Value

string

The password watermark content.

SelectCertificateCommand

Gets or sets the select certificate command.

Declaration

cs-api-definition
public ICommand SelectCertificateCommand { get; set; }

Property Value

ICommand

The select certificate command.

SelectCertificateWatermarkContent

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

Declaration

cs-api-definition
public string SelectCertificateWatermarkContent { get; set; }

Property Value

string

The content of the certificate watermark.

SubmitCommand

Gets or sets the submit command.

Declaration

cs-api-definition
public ICommand SubmitCommand { get; set; }

Property Value

ICommand

The submit command.

Methods

GetSignatureAppearancesFormSource(X509Certificate2)

Gets the form source for the signature appearances.

Declaration

cs-api-definition
public virtual IEnumerable<FormSource> GetSignatureAppearancesFormSource(X509Certificate2 certificate)

Parameters

certificate

X509Certificate2

The certificate used to sign the signature.

Returns

IEnumerable<FormSource>

Events

RequestDialogClose

Occurs when the dialog should be closed.

Declaration

cs-api-definition
public event EventHandler RequestDialogClose

Event Value

EventHandler