#include <qpdfdocumentrenderoptions.h>
|
enum class | Rotation { None
, Clockwise90
, Clockwise180
, Clockwise270
} |
|
enum class | RenderFlag {
None = 0x000
, Annotations = 0x001
, OptimizedForLcd = 0x002
, Grayscale = 0x004
,
ForceHalftone = 0x008
, TextAliased = 0x010
, ImageAliased = 0x020
, PathAliased = 0x040
} |
|
Definition at line 14 of file qpdfdocumentrenderoptions.h.
◆ RenderFlag
Enumerator |
---|
None | |
Annotations | |
OptimizedForLcd | |
Grayscale | |
ForceHalftone | |
TextAliased | |
ImageAliased | |
PathAliased | |
Definition at line 24 of file qpdfdocumentrenderoptions.h.
◆ Rotation
◆ QPdfDocumentRenderOptions()
constexpr QPdfDocumentRenderOptions::QPdfDocumentRenderOptions |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ renderFlags()
constexpr RenderFlags QPdfDocumentRenderOptions::renderFlags |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ rotation()
constexpr Rotation QPdfDocumentRenderOptions::rotation |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ scaledClipRect()
constexpr QRect QPdfDocumentRenderOptions::scaledClipRect |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ scaledSize()
constexpr QSize QPdfDocumentRenderOptions::scaledSize |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ setRenderFlags()
constexpr void QPdfDocumentRenderOptions::setRenderFlags |
( |
RenderFlags |
r | ) |
|
|
inlineconstexprnoexcept |
◆ setRotation()
constexpr void QPdfDocumentRenderOptions::setRotation |
( |
Rotation |
r | ) |
|
|
inlineconstexprnoexcept |
◆ setScaledClipRect()
constexpr void QPdfDocumentRenderOptions::setScaledClipRect |
( |
const QRect & |
r | ) |
|
|
inlineconstexprnoexcept |
◆ setScaledSize()
constexpr void QPdfDocumentRenderOptions::setScaledSize |
( |
const QSize & |
s | ) |
|
|
inlineconstexprnoexcept |
◆ operator==
The documentation for this class was generated from the following file: