.. _PicturePackageOptions: ================================================ PicturePackageOptions ================================================ Description ----------- Options that can be specified for a Picture Package. Static Properties ^^^^^^^^^^^^^^^^^ +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`content` readonly | The content information. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`flatten` readonly | If true, flattens all layers in the final document. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`font` readonly | The font used for security text. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`fontSize` readonly | The font size. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`layout` readonly | The layout to use to generate the picture package. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`mode` readonly | The document color mode. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`opacity` readonly | The web page security text opacity (as a percentage) Range: 0 to 100. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`resolution` readonly | The resolution of the document (in pixels per inch) | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`text` readonly | The picture package custom text. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`textColor` readonly | The color of the security text. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`textPosition` readonly | The position of the security text. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ | :ref:`textRotate` readonly | The orientation of the security text. | +------------------------------------------------------------------+-----------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 PicturePackageOptions/layout.rst PicturePackageOptions/resolution.rst PicturePackageOptions/mode.rst PicturePackageOptions/flatten.rst PicturePackageOptions/content.rst PicturePackageOptions/text.rst PicturePackageOptions/font.rst PicturePackageOptions/fontSize.rst PicturePackageOptions/opacity.rst PicturePackageOptions/textColor.rst PicturePackageOptions/textPosition.rst PicturePackageOptions/textRotate.rst