mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
New feature: rotating pages in viewer
This commit is contained in:
@ -121,6 +121,11 @@ QRectF PDFPage::getRotatedMediaBox() const
|
||||
return getRotatedBox(getMediaBox(), getPageRotation());
|
||||
}
|
||||
|
||||
QRectF PDFPage::getRotatedMediaBoxMM() const
|
||||
{
|
||||
return getRotatedBox(getMediaBoxMM(), getPageRotation());
|
||||
}
|
||||
|
||||
QRectF PDFPage::getRotatedCropBox() const
|
||||
{
|
||||
return getRotatedBox(getCropBox(), getPageRotation());
|
||||
|
Reference in New Issue
Block a user