QgsPageSize class

A named page size for layouts.

Constructors, destructors, conversion operators

QgsPageSize(const QString& name, const QgsLayoutSize& size, const QString& displayName = QString())
Constructor for QgsPageSize, accepting the name of the page size and page size.
QgsPageSize(const QgsLayoutSize& size)
Constructor for QgsPageSize, accepting a page size.

Public variables

QString displayName
Translated page name.
QString name
Name of page size.
QgsLayoutSize size
Page size.