QgsLayoutExporter::PrintExportSettings struct

Contains settings relating to printing layouts.

Constructors, destructors, conversion operators

PrintExportSettings()
Constructor for PrintExportSettings.

Public variables

double dpi
Resolution to export layout at. If dpi <= 0 the default layout dpi will be used.
QgsLayoutRenderContext::Flags flags
Layout context flags, which control how the export will be created.
bool rasterizeWholeImage
Set to true to force whole layout to be rasterized while exporting.

Variable documentation

bool QgsLayoutExporter::PrintExportSettings::rasterizeWholeImage

Set to true to force whole layout to be rasterized while exporting.

This option is mutually exclusive with forceVectorOutput.