Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
PdfConversionFlags Enumeration
Syntax
C++
enum PdfConversionFlags { kAnnotations = 1, kLCDText = 2, kNoNativeText = 4, kGrayScale = 8, kReverseByteOrder = 16, kDebugInfo = 128, kNoCatch = 256, kLimitImageCache = 512, kForceHalfTone = 1024, kPrinting = 2048, kDisableAAforText = 4096, kDisableAAforImage = 8192, kDisableAAforGeom = 16384 };
Members
Description
kAnnotations
Set if annotations are to be rendered.
kLCDText
Set if using text rendering optimized for LCD display.
kNoNativeText
Don't use the native text output available on some platforms.
kGrayScale
Grayscale output.
kReverseByteOrder
Set whether to render in a reverse Byte order.
kDebugInfo
Set if you want to get some debug info.
kNoCatch
Set if you don't want to catch exceptions.
kLimitImageCache
Limit image cache size.
kForceHalfTone
Always use halftone for image stretching.
kPrinting
Render for printing.
kDisableAAforText
Set to disable anti-aliasing on text.
kDisableAAforImage
Set to disable anti-aliasing on images.
kDisableAAforGeom
Set to disable anti-aliasing on geometry (pdf paths).

details This enumeration represents page rendering flags. 

 

File: RxPdfToRasterServices.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.