mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact bugfixing
This commit is contained in:
@ -118,6 +118,7 @@ public:
|
||||
PDFObjectFactory& operator<<(Stamp stamp);
|
||||
PDFObjectFactory& operator<<(FileAttachmentIcon icon);
|
||||
PDFObjectFactory& operator<<(const PDFDestination& destination);
|
||||
PDFObjectFactory& operator<<(PageRotation pageRotation);
|
||||
|
||||
/// Treat containers - write them as array
|
||||
template<typename Container, typename ValueType = decltype(*std::begin(std::declval<Container>()))>
|
||||
@ -1421,6 +1422,13 @@ public:
|
||||
QRectF box);
|
||||
|
||||
|
||||
/// Set page's rotation.
|
||||
/// \param page Page
|
||||
/// \param rotation Rotation
|
||||
void setPageRotation(PDFObjectReference page,
|
||||
PageRotation rotation);
|
||||
|
||||
|
||||
/// Sets trim box to the page. Trim box is physical region, of the printed page after trimming.
|
||||
/// \param page Page
|
||||
/// \param box Box
|
||||
|
Reference in New Issue
Block a user