PDFium Component Docs

MetaText property

Component: TPdf  ·  Unit: PDFium
Returns the document XMP metadata packet as a wide string.

Syntax

property MetaText;

Description

Returns the document XMP metadata packet as a wide string.

Empty when the document has no /Metadata stream.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.MetaText;

See Also

Author, Title, Subject, Creator, Producer