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:
@ -38,6 +38,9 @@ public:
|
||||
|
||||
void setDocument(const PDFModifiedDocument& document, PDFForm* form);
|
||||
|
||||
/// Returns list of page sizes (after paging is complete)
|
||||
std::vector<QSizeF> getPageSizes() const;
|
||||
|
||||
/// Draws XFA form
|
||||
/// \param pagePointToDevicePointMatrix Page point to device point matrix
|
||||
/// \param page Page
|
||||
|
Reference in New Issue
Block a user