Interface ISigning
Represents a signing process that involves
a PDF document to be signed and
a supported signature device controlled by a driver object
Inherited Members
System.IDisposable.Dispose()
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public interface ISigning : IDisposable
Remarks
A signing object can be obtained by the SigningFactory.
Properties
Name | Description |
---|---|
Client | The PDF client object. |
Driver | The driver object. |
Methods
Name | Description |
---|---|
GetSignedXml() | after a successful signing the updated xml can be obtained with this method |
SignAsync() | Performs an xml signing process. A valid xml must be loaded to the StartAsync for this method to proceed |
SignAsync(String, FieldPosition, SignatureInfo, Behaviour) | Performs a signing process. |
ViewDocumentAsync(Int32, Nullable<Level>, Nullable<Boolean>) | Displays a document on the device. |
Events
Name | Description |
---|---|
SigningUpdateEvent |