
##################
A3DGet3DPDFStreams
##################

.. c:function:: A3DStatus A3DGet3DPDFStreams(const A3DUTF8Char *pcFileName, A3DStream3DPDFData **ppStreamData, A3DInt32 *piNumStreams)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGet3DPDFStreams(*const* :c:type:`~A3DUTF8Char`\ \* **pcFileName**\ , :c:struct:`~A3DStream3DPDFData`\ \*\* **ppStreamData**\ , :c:type:`~A3DInt32`\ \* **piNumStreams**\ )
   
   Retrieve all 3D streams embedded in a PDF document.
   
   Note that this method does not set the identifier of the given :c:struct:`~A3DStream3DPDFData`\ object. It will be defaulted to :c:macro:`~kA3DPDFUnknownStreamIdentifier`\ .
   
   **Parameters**
   
   
      **pcFileName**\ : References the path to the PDF file
   
      **ppStreamData**\ : Array of stream data
   
      **piNumStreams**\ : Number of streams
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




