
#########################
A3DPDFSnapshotOptionsData
#########################

.. c:struct:: A3DPDFSnapshotOptionsData

   :c:struct:`~A3DPDFSnapshotOptionsData` structure: options for the snapshot (poster) generation. 
   
   
      4.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFSnapshotOptionsData.m_iWidth`
   * :c:member:`~A3DPDFSnapshotOptionsData.m_iHeight`
   * :c:member:`~A3DPDFSnapshotOptionsData.m_pView`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DInt32 A3DPDFSnapshotOptionsData.m_iWidth

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Width in pixels. 
      



.. c:member:: A3DInt32 A3DPDFSnapshotOptionsData.m_iHeight

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Height in pixels. 
      



.. c:member:: A3DPDFView* A3DPDFSnapshotOptionsData.m_pView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DPDFView`\ *
      
      The view to be activated before the snapshot is generated. 
      




