PDFKit.NET 2.0 Class Library (.NET 2.0)

SignatureHandler.CanSign Property

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

public abstract bool CanSign {get;}

Remarks

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

See Also

SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace