Value
Name | Description | Value |
---|---|---|
PDFCrop.CROP_ART | Places only the area defined by the PDF author as placeable artwork. | 1131573313 = 'CrpA' |
PDFCrop.CROP_BLEED | Places only the area that represents clipped content. | 1131573314 = 'CrpB' |
PDFCrop.CROP_CONTENT | Places the page's bounding box. | 1131573315 = 'CrpC' |
PDFCrop.CROP_MEDIA | Places the area that represents the physical paper size of the original PDF document. | 1131573325 = 'CrpM' |
PDFCrop.CROP_PDF | Places only the area displayed by Acrobat. | 1131573328 = 'CrpP' |
PDFCrop.CROP_TRIM | Places only the area that represents the final trim size of the document. | 1131573332 = 'CrpT' |
Usage
As property
PDFAttribute.pdfCrop
PDFPlacePreference.pdfCrop
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |