XFA: form pagination

This commit is contained in:
Jakub Melka
2021-12-12 20:10:48 +01:00
parent 38bc1f40fc
commit ecd04a8668
7 changed files with 109 additions and 2 deletions

View File

@ -687,6 +687,11 @@ public:
QList<PDFRenderError>& errors,
QPainter* painter);
/// Performs paging, when XFA form needs to change page count and size.
/// If some change needs to be done, then signal \p documentModified
/// is emitted.
void performPaging();
virtual int getInputPriority() const override { return FormPriority; }
signals: