
###########################
A3DPDFImageCreateFromStream
###########################

.. c:function:: A3DStatus A3DPDFImageCreateFromStream(A3DPDFDocument *pDoc, const A3DUTF8Char *pcStream, const A3DInt32 iLengthStream, const A3DPDFEImageFormat eFormat, A3DPDFImage **ppImage)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFImageCreateFromStream(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcStream**\ , *const* :c:type:`~A3DInt32` **iLengthStream**\ , *const* :c:enum:`~A3DPDFEImageFormat` **eFormat**\ , :c:type:`~A3DPDFImage`\ ** **ppImage**\ )
   
   Function to create an image object from a file. 
   
   The image object is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertImage2`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pcStream**\ : The buffer. 
   
      **iLengthStream**\ : The length of the buffer. 
   
      **eFormat**\ : Format of the image. It is mandatory to be specified for a buffer. 
   
      **ppImage**\ : The Image object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




