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 if you set Clipped=TRUE
.
- 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: | The value of the parameter Clipped |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | ClippedPdfRendition=TRUE
|
See Also: | CreatePdfRendition |