Returns true if and only if this signature handler can be used to sign a document.

Namespace: TallComponents.PDF.DigitalSignatures
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public abstract bool CanSign { get; }
Visual Basic
Public MustOverride ReadOnly Property CanSign As Boolean
	Get

Remarks

If this property returns true, the Sign() method should have an implementation.

See Also