Value options for PDFlattenTilingMode.
kPDNoTiling = 0 | No tiling.
|
kPDConstantTiling | Constant tiling.
|
kPDAdaptiveTiling | Adaptive tiling.
|
For value options see PDTilings.
typedef
ASInt32
PDFlattenTilingMode
;
| |
The size of the structure. Set it to
sizeof(PDFlattenRec) . | |
0 = no tiling; 1 = constant tiling; 2 = adaptive tiling | |
Output text outlines instead of native text.
| |
Allow shading ouput.
| |
Allow level 3 shading output.
| |
For converting stroke to outline.
| |
Clip complex checkbox.
| |
float internalDPI ; | Resolution for flattening the interior of an atomic region.
|
float externalDPI ; | Resolution for flattening edges of atomic regions.
|
float pathDPI ; | Flattener path resolution; the default is
800 . |
Target tile size in points.
| |
Maximum image size when flattening. The default is
0 . | |
Adaptive flattening threshold.
| |
Attempt to preserve overprint.
| |
Disable Curve to Line Optimization.
| |
New parameter to set the maximum allowed time for flattening a page before rasterizing the content. Default value 0: Enables the two minute limit default value < 0: Disables the time limit > 0: Sets the time limit (in seconds)
| |
|