defaultWalkChunkOperations constant

int const defaultWalkChunkOperations

Default operations per PdfPageContentWalk.advance chunk when the caller does not choose one. Large enough that the per-chunk overhead is noise on a dense sheet, small enough that a chunk is a fraction of a heavy page.

Implementation

static const int defaultWalkChunkOperations = 20000;