ClippedPdfRendition
Specifies whether the PDF file, ingested when you set CreatePdfRendition=TRUE
, represents the clipped page. Clipping removes uninteresting parts of a page and occurs when you set the ClippingMode parameter to a value other than NONE
.
- To create a PDF file that shows the clipped page, set this parameter to
TRUE
. - To create a PDF file that shows the page before clipping, set this parameter to
FALSE
.
This parameter has no effect unless you set CreatePdfRendition=TRUE
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | ClippedPdfRendition=TRUE
|
See Also: | CreatePdfRendition |