
###################
A3DPDFButtonSetIcon
###################

.. c:function:: A3DStatus A3DPDFButtonSetIcon(A3DPDFButton *pButton, const A3DPDFImage *pImage)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFButtonSetIcon(:c:type:`~A3DPDFButton`\ * **pButton**\ , *const* :c:type:`~A3DPDFImage`\ * **pImage**\ )
   
   Function to set the icon of a button form field. 
   
   The image is defined from a :c:type:`~A3DPDFImage` object. It is always scaled non-proportionally, which means always adapted and stretched to the size of the field.
   
   **Parameters**
   
   
      **pButton**\ : The Button object to work with. 
   
      **pImage**\ : The image to store on the button field.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




