ImageGear .NET - Updated
Handler Property




ImageGear23.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
public SignatureHandler Handler {get; set;}
public: __property SignatureHandler* get_Handler();
public: __property void set_Handler( 
   SignatureHandler* value
);
public:
property SignatureHandler^ Handler {
   SignatureHandler^ get();
   void set (    SignatureHandler^ value);
}

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