
###############################
A3DPDFDocumentSetCustomProperty
###############################

.. c:function:: A3DStatus A3DPDFDocumentSetCustomProperty(A3DPDFDocument *pDoc, const A3DUTF8Char *pcPropName, const A3DUTF8Char *pcPropValue)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentSetCustomProperty(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcPropName**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcPropValue**\ )
   
   Function to set custom property on the document. 
   
   These information are visible in the Adobe Reader on the File Properties menu, on the Custom thumbnail.
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pcPropName**\ : The property name. 
   
      **pcPropValue**\ : The property value.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




