PDFiumPas 文档

MetaText 属性

此 API 条目保留标识符、签名、代码块和 PDF 术语的原始形式。
组件: TPdf  ·  单元: PDFium
返回文档的 XMP 元数据包,类型为宽字符串

语法

property MetaText;

说明

返回文档的 XMP 元数据包,类型为宽字符串

Empty when the document has no /Metadata stream.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

备注

示例

if Pdf1.Active then
  Pdf1.MetaText;

另请参阅

Author, Title, Subject, Creator, Producer