ImageGear .NET - Updated May 1, 2018
Handler Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : Handler Property
Gets or sets a signature handler that will be used to generate a signature of the document in this signature, when the signature is applied to a field, and the document is saved.
Syntax
'Declaration
 
Public Property Handler As SignatureHandler
 
'Usage
 
Dim instance As Signature
Dim value As SignatureHandler
 
instance.Handler = value
 
value = instance.Handler

Property Value

A signature handler that will be used to generate a signature of the document in this signature, when the signature is applied to a field, and the document is saved. Set to null to remove the handler. Setting a new handler overrides the current one, if it exists.
See Also

Reference

Signature Class
Signature Members