#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()
| QPdfDocumentRenderOptions::QPdfDocumentRenderOptions |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ renderFlags()
| RenderFlags QPdfDocumentRenderOptions::renderFlags |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ rotation()
| Rotation QPdfDocumentRenderOptions::rotation |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ scaledClipRect()
| QRect QPdfDocumentRenderOptions::scaledClipRect |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ scaledSize()
| QSize QPdfDocumentRenderOptions::scaledSize |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ setRenderFlags()
| void QPdfDocumentRenderOptions::setRenderFlags |
( |
RenderFlags | r | ) |
|
|
inlineconstexprnoexcept |
◆ setRotation()
◆ setScaledClipRect()
| void QPdfDocumentRenderOptions::setScaledClipRect |
( |
const QRect & | r | ) |
|
|
inlineconstexprnoexcept |
◆ setScaledSize()
| void QPdfDocumentRenderOptions::setScaledSize |
( |
const QSize & | s | ) |
|
|
inlineconstexprnoexcept |
◆ operator==
The documentation for this class was generated from the following file: