.. _BMPSaveOptions: ================================================ BMPSaveOptions ================================================ Description ----------- Options for saving a document in BMP format. Static Properties ^^^^^^^^^^^^^^^^^ +---------------------------------------------------------------+---------------------------------------------------+ | :ref:`alphaChannels` readonly | If true, the alpha channels are saved. | +---------------------------------------------------------------+---------------------------------------------------+ | :ref:`depth` readonly | The number of bits per sample. | +---------------------------------------------------------------+---------------------------------------------------+ | :ref:`flipRowOrder` readonly | If true, the image is written from bottom to top. | +---------------------------------------------------------------+---------------------------------------------------+ | :ref:`osType` readonly | The target operating system. | +---------------------------------------------------------------+---------------------------------------------------+ | :ref:`rleCompression` readonly | If true, RLE compression is used. | +---------------------------------------------------------------+---------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 BMPSaveOptions/alphaChannels.rst BMPSaveOptions/osType.rst BMPSaveOptions/depth.rst BMPSaveOptions/rleCompression.rst BMPSaveOptions/flipRowOrder.rst