.. _group__a3d__pdffield__signature:

########################
Digital Signature Module
########################

Module to access and define Digital Signature field. 

This module describes the functions and structures that allow you to define a Digital Signature. A Digital Signature is an Acrobat Field. 

**Parameters**


   **pDoc**\ : The Document object to work with. 

   **pDigitalSignatureData**\ : The DigitalSignature parameters. The name is mandatory. 

   **ppDigitalSignature**\ : The DigitalSignature created.


**Returns**


   A3D_SUCCESS in case of success or an error code


.. rst-class:: kind-group kind-record

.. rubric:: Structures
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:struct:`~A3DPDFDigitalSignatureData`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFDigitalSignatureCreate`
* :c:func:`~A3DPDFPageInsertDigitalSignature`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DPDFDigitalSignatureData
   ../functions/A3DPDFDigitalSignatureCreate
   ../functions/A3DPDFPageInsertDigitalSignature


