THotPDF.SetLoadedTrapped Method
设置已加载 PDF 文档信息字典中的 Trapped 条目,用于声明文档是否已完成印刷陷印处理
Declaration
procedure SetLoadedTrapped(const AValue: AnsiString);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
AValue | 陷印状态字符串,标准值为 True、False 或 Unknown |
Usage notes
Trapped是印前工作流的元数据字段,仅供印刷工作流软件读取参考,不影响 PDF 渲染或打印输出质量- 有效值为 PDF 规范定义的三个名称:
True(已陷印)、False(未陷印)、Unknown(状态不明) - Passing invalid values will not raise an exception, but it will write metadata that does not conform to the PDF specification; strictly using the three standard values above is advised