RxPdfToRasterServices.h
Members |
Description |
kAnnotations = 1 |
Set if annotations are to be rendered. |
kLCDText = 2 |
Set if using text rendering optimized for LCD display. |
kNoNativeText = 4 |
Don't use the native text output available on some platforms. |
kGrayScale = 8 |
Grayscale output. |
kReverseByteOrder = 16 |
Set whether to render in a reverse Byte order. |
kDebugInfo = 128 |
Set if you want to get some debug info. |
kNoCatch = 256 |
Set if you don't want to catch exceptions. |
kLimitImageCache = 512 |
Limit image cache size. |
kForceHalfTone = 1024 |
Always use halftone for image stretching. |
kPrinting = 2048 |
Render for printing. |
kDisableAAforText = 4096 |
Set to disable anti-aliasing on text. |
kDisableAAforImage = 8192 |
Set to disable anti-aliasing on images. |
kDisableAAforGeom = 16384 |
Set to disable anti-aliasing on geometry (pdf paths). |
details This enumeration represents page rendering flags.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|