跳转到主要内容
此对象用于调整将图像写入 PDF (PDF/A) 文件时的相关参数。借助这些参数,您可以重置所选导出方案中定义的参数。

属性

,read-only

Returns the Engine object.

Specifies the image format to be used when saving a PDF (PDF/A) file with embedded black-and-white pictures. The value of this property is an OR superposition of theenumeration constants.

此属性的值受以下限制:

  • 如果属性设置为 PEM_TextOnly,则会忽略此属性的值。
  • If the PDF file version () is 1.3, this property can only be set to BWPF_Auto or BWPF_CCITT4.

The default value for this property is BWPF_Auto.

,read-only

Specifies the resolution of writing black-and-white images to output files.

仅当属性设置为 MRC_Disable 时,此属性才可用;否则会忽略此属性的值。

Specifies the image format to be used when saving a PDF (PDF/A) file with embedded color pictures. The value of this property is an OR superposition of theenumeration constants.

此属性的值受以下限制:

  • 如果属性设置为 PEM_TextOnly,则会忽略此属性的值。
  • The property cannot be set to CPF_Png.
  • The property can be set to CPF_LZW, only if theis set to PCM_None.
  • The property cannot be set to CPF_J2K, if theis set to PCM_Pdfa_1b or PCM_Pdfa_1a.
  • This property can be set to CPF_J2K, only if PDF version () is 1.5 or higher.

The default value for this property is CPF_Auto, which means that the format is defined automatically.

,read-only

Specifies the resolution of writing color images to output files.

仅当属性设置为 MRC_Disable 时,此属性才可用;否则会忽略此属性的值。

此属性指定输出的 PDF 文档是否在 PDF 查看器中支持图像插值。若设置为除 PCM_None 以外的任何常量,则不能将此属性设置为 TSPV_Yes,因为 PDF/A 格式要求关闭插值。

此属性的默认值为 TSPV_Auto,表示对于符合 PDF/A 规范的格式将关闭插值,其他格式则开启插值。

此属性指定是否需要对图像进行额外的锐化处理。如果导出格式为纯图像或图像覆盖文本,建议启用此属性,以便在降低图像分辨率和文件大小的同时使文本显示更清晰。

此属性默认值为 FALSE。

指定保存含嵌入灰度图片的 PDF (PDF/A) 文件时所使用的图像格式。此属性的值为枚举常量的按位 OR 组合值。

此属性的值受以下约束限制:

  • 属性设置为 PEM_TextOnly,则忽略此属性的值。
  • 此属性不能设置为 GPF_Png。
  • 仅当设置为 PCM_None 时,此属性才能设置为 GPF_LZW。
  • 设置为 PCM_Pdfa_1b 或 PCM_Pdfa_1a,则此属性不能设置为 GPF_J2K。
  • 仅当 PDF 版本 () 为 1.5 或更高版本时,此属性才能设置为 GPF_J2K。

此属性的默认值为 GPF_Auto,表示格式将自动确定。

,只读

指定将灰度图像写入输出文件时的分辨率。

仅当属性设置为 MRC_Disable 时,此属性才有效;否则,此属性的值将被忽略。

以百分比形式存储保存为 PDF (PDF/A) 格式的图片的 JPEG 质量值。此值适用于 JBIG2、彩色与灰度 JPEG 以及彩色与灰度 JPEG 2000 图像格式。

此属性的默认值为 45%。

,只读

指定 PDF (PDF/A) 文件的混合光栅内容参数。

仅当属性设置为 PEM_ImageOnText 或 PEM_ImageOnly 且属性设置为 MRC_Auto 或 MRC_Always 时才生效,否则此属性的值将被忽略。

PDFPictureCompressionParams 对象图

另请参阅

调整导出参数 使用配置文件 使用属性