QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains settings relating to printing layouts. More...
#include <qgslayoutexporter.h>
Public Member Functions | |
PrintExportSettings () | |
Constructor for PrintExportSettings. More... | |
Public Attributes | |
double | dpi = -1 |
Resolution to export layout at. If dpi <= 0 the default layout dpi will be used. More... | |
QgsLayoutRenderContext::Flags | flags = QgsLayoutRenderContext::Flags() |
Layout context flags, which control how the export will be created. More... | |
QVector< qreal > | predefinedMapScales |
A list of predefined scales to use with the layout. More... | |
bool | rasterizeWholeImage = false |
Set to true to force whole layout to be rasterized while exporting. More... | |
Contains settings relating to printing layouts.
Definition at line 430 of file qgslayoutexporter.h.
|
inline |
Constructor for PrintExportSettings.
Definition at line 433 of file qgslayoutexporter.h.
double QgsLayoutExporter::PrintExportSettings::dpi = -1 |
Resolution to export layout at. If dpi <= 0 the default layout dpi will be used.
Definition at line 438 of file qgslayoutexporter.h.
QgsLayoutRenderContext::Flags QgsLayoutExporter::PrintExportSettings::flags = QgsLayoutRenderContext::Flags() |
Layout context flags, which control how the export will be created.
Definition at line 450 of file qgslayoutexporter.h.
QVector<qreal> QgsLayoutExporter::PrintExportSettings::predefinedMapScales |
A list of predefined scales to use with the layout.
This is used for maps which are set to the predefined atlas scaling mode.
Definition at line 457 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PrintExportSettings::rasterizeWholeImage = false |
Set to true
to force whole layout to be rasterized while exporting.
This option is mutually exclusive with forceVectorOutput.
Definition at line 445 of file qgslayoutexporter.h.