2019.2

Table Of Contents
Infos
"IPdfInfos" on page 282 structure containing the new values.
setPageCacheSize(cacheSize)
Sets the maximum number of IPage objects in the cache. Calling this method flushes the
cache.
Syntax
VOID setPageCacheSize ( UNSIGNED LONG cacheSize )
cacheSize
Maximum number of IPage pointers that the cache can hold, between 1 and 1000.
setTolerances(tolerableDeltaWidth, tolerableDeltaHeight, tolerableDeltaFontHeight,
tolerableGap)
Sets the floating point values for the tolerable factors.
Syntax
VOID setTolerances (
FLOAT tolerableDeltaWidth,
FLOAT tolerableDeltaHeight,
FLOAT tolerableDeltaFontHeight,
FLOAT tolerableGap
)
tolerableDeltaWidth
Tolerable delta width factor value.
tolerableDeltaHeight
Tolerable delta height factor value.
tolerableDeltaFontHeight
Tolerable delta font height factor value.
tolerableGap
Tolerable delta gap between words factor value.
Page 265