mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: form pagination
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user