.. _DocumentPrintSettings: ================================================ DocumentPrintSettings ================================================ Description ----------- Print settings for a document. Properties ^^^^^^^^^^ +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`activePrinter` readonly | Currently selected printer. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`backgroundColor` readonly | Background color of page. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`bleedWidth` readonly | Bleed width. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`caption` readonly | Description field from File Info. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`centerCropMarks` readonly | Print center crop marks. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`colorBars` readonly | Print color calibration bars. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`colorHandling` readonly | Color handling. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`copies` readonly | Number of copies. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`cornerCropMarks` readonly | Print corner crop marks. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`docPosition` readonly | Position of image when printing. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`flip` readonly | Flip the image horizontally. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`hardProof` readonly | Print a hard proof. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`interpolate` readonly | | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`labels` readonly | Prints the document title. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`mapBlack` readonly | Map blacks. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`negative` readonly | Invert the image colors. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`parent` readonly | The object's container. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`posX` readonly | X position of image on page. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`posY` readonly | Y position of image on page. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`printBorder` readonly | Width of the print border. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`printSpace` readonly | Color space for printer. Can be nothing (meaning same as source) or a string specifying a specific color profile. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`printerName` readonly | Name of printer. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`printers` readonly | List of available printers. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`registrationMarks` readonly | Print registration marks. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`renderIntent` readonly | Color conversion intent when print space is different from the source space. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`scale` readonly | Scale of image on page. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | :ref:`vectorData` readonly | Include vector data. | +----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ Methods ^^^^^^^ +------------------------------------------------------------------------+--------------------------------------------+ | :ref:`setPagePosition` readonly | Set the position of the image on the page. | +------------------------------------------------------------------------+--------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 DocumentPrintSettings/parent.rst DocumentPrintSettings/typename.rst DocumentPrintSettings/caption.rst DocumentPrintSettings/labels.rst DocumentPrintSettings/cornerCropMarks.rst DocumentPrintSettings/centerCropMarks.rst DocumentPrintSettings/colorBars.rst DocumentPrintSettings/registrationMarks.rst DocumentPrintSettings/negative.rst DocumentPrintSettings/flip.rst DocumentPrintSettings/interpolate.rst DocumentPrintSettings/vectorData.rst DocumentPrintSettings/backgroundColor.rst DocumentPrintSettings/renderIntent.rst DocumentPrintSettings/hardProof.rst DocumentPrintSettings/printSpace.rst DocumentPrintSettings/mapBlack.rst DocumentPrintSettings/printBorder.rst DocumentPrintSettings/bleedWidth.rst DocumentPrintSettings/colorHandling.rst DocumentPrintSettings/copies.rst DocumentPrintSettings/docPosition.rst DocumentPrintSettings/posY.rst DocumentPrintSettings/posX.rst DocumentPrintSettings/printerName.rst DocumentPrintSettings/scale.rst DocumentPrintSettings/activePrinter.rst DocumentPrintSettings/printers.rst DocumentPrintSettings/setPagePosition.rst