
###############
A3DPDFPageData2
###############

.. c:struct:: A3DPDFPageData2

   :c:struct:`~A3DPDFPageData2` structure. 
   
   
      7.2 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFPageData2.m_ePageSize`
   * :c:member:`~A3DPDFPageData2.m_ePageOrientation`
   * :c:member:`~A3DPDFPageData2.m_iPageWidth`
   * :c:member:`~A3DPDFPageData2.m_iPageHeight`
   
   



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

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


.. c:member:: A3DPDFEPageSize A3DPDFPageData2.m_ePageSize

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DPDFEPageSize`
      
      Size of the page. 
      



.. c:member:: A3DPDFEPageOrientation A3DPDFPageData2.m_ePageOrientation

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DPDFEPageOrientation`
      
      Orientation of the page (landscape/portrait). 
      



.. c:member:: int A3DPDFPageData2.m_iPageWidth

      .. rst-class:: sig-pretty-signature
      
         | *int*
      
      Defines the page Width when the page m_ePageSize == kA3DPDFPageCustom. 
      



.. c:member:: int A3DPDFPageData2.m_iPageHeight

      .. rst-class:: sig-pretty-signature
      
         | *int*
      
      Defines the page Height when Size m_ePageSize == kA3DPDFPageCustom. 
      




