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

Represents a command that displays the signature dialog for signing documents using Telerik's signing capabilities.

Definition

Namespace:Telerik.Windows.Documents.Commands

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class ShowSignSignatureDialogCommand : FixedDocumentViewerCommandBase, ICommand

Inheritance: objectFixedDocumentViewerCommandBaseShowSignSignatureDialogCommand

Implements: ICommand

Inherited Members FixedDocumentViewerCommandBase.CanExecute(object)FixedDocumentViewerCommandBase.OnCanExecuteChanged()FixedDocumentViewerCommandBase.ViewerFixedDocumentViewerCommandBase.CanExecuteChanged

Constructors

Initializes a new instance of the ShowSignSignatureDialogCommand class.

C#
public ShowSignSignatureDialogCommand(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters:fixedDocumentViewerBaseFixedDocumentViewerBase

The fixed document viewer base.

Methods

Defines the method that determines whether the command can execute in its current state.

C#
public override bool CanExecuteOverride(object parameter)
Parameters:parameterobject

The paraammeter should of type ShowSignSignatureDialogCommandContext.

Returns:

bool

true if this command can be executed; otherwise, false.

Overrides: FixedDocumentViewerCommandBase.CanExecuteOverride(object)

Defines the method to be called when the command is invoked.

C#
public override void Execute(object parameter)
Parameters:parameterobject

The paraammeter should of type ShowSignSignatureDialogCommandContext.

Overrides: FixedDocumentViewerCommandBase.Execute(object)