GroupDocs.Signature Namespace
The namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.

The main classes in this namespace are:
Classes
  ClassDescription
Public classGroupDocsSignatureException
Represents the generic errors that occur during document processing.
Public classIncorrectPasswordException
The exception that is thrown when specified password is incorrect.
Public classLicense
Provides methods to license the component. Learn more about licensing here.
Public classMetered
Provides methods for applying Metered license.
Public classPasswordRequiredException
The exception that is thrown when password is required to load the document.
Public classProcessCompleteEventArgs
Provides data on complete event of signing, verification and search processes.
Public classProcessEventArgs
Provides data for different events of signature, verification and search processes.
Public classProcessProgressEventArgs
Provides data for OnProgress event of signing, verification and search processes.
Public classProcessStartEventArgs
Provides data for Start event of signing, verification and search process
Public classSignature
Represents main class that controls document signing process.
Public classSignatureSettings
Defines settings for customizing Signature behavior.
Delegates
  DelegateDescription
Public delegateProcessCompleteEventHandler
Represents a method delegate which will handle processes on complete events for signing, verification and search.
Public delegateProcessProgressEventHandler
Represents a method delegate which will handle processes on progress events for signing, verification and search.
Public delegateProcessStartEventHandler
Represents a method delegate which will handle processes on start events for signing, verification and search.
Remarks
The central class of this namespace is Signature. This class incorporates a set of settings to control document signing process.