.. _GenericEPSOpenOptions: ================================================ GenericEPSOpenOptions ================================================ Description ----------- Options that can be specified when opening a generic EPS document. Static Properties ^^^^^^^^^^^^^^^^^ +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`antiAlias` readonly | If true, anti-aliasing is used. | +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`constrainProportions` readonly | If true, the image proportions are constrained. | +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`height` readonly | The image height. | +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`mode` readonly | The document mode. | +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`resolution` readonly | The resolution of the document (in pixels per inch) | +----------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`width` readonly | The image width. | +----------------------------------------------------------------------------------+-----------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 GenericEPSOpenOptions/height.rst GenericEPSOpenOptions/width.rst GenericEPSOpenOptions/resolution.rst GenericEPSOpenOptions/mode.rst GenericEPSOpenOptions/antiAlias.rst GenericEPSOpenOptions/constrainProportions.rst