Class
ShowSignSignatureDialogCommand

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:

cs-api-definition
public class ShowSignSignatureDialogCommand : FixedDocumentViewerCommandBase, ICommand

Inheritance: objectFixedDocumentViewerCommandBaseShowSignSignatureDialogCommand

Implements: ICommand

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

Constructors

ShowSignSignatureDialogCommand(FixedDocumentViewerBase)

Initializes a new instance of the ShowSignSignatureDialogCommand class.

Declaration

cs-api-definition
public ShowSignSignatureDialogCommand(FixedDocumentViewerBase fixedDocumentViewerBase)

Parameters

fixedDocumentViewerBase

FixedDocumentViewerBase

The fixed document viewer base.

Methods

CanExecuteOverride(object)

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

Declaration

cs-api-definition
public override bool CanExecuteOverride(object parameter)

Parameters

parameter

object

The paraammeter should of type ShowSignSignatureDialogCommandContext.

Returns

bool

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

Overrides FixedDocumentViewerCommandBase.CanExecuteOverride(object)

Execute(object)

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

Declaration

cs-api-definition
public override void Execute(object parameter)

Parameters

parameter

object

The paraammeter should of type ShowSignSignatureDialogCommandContext.

Overrides FixedDocumentViewerCommandBase.Execute(object)