API Reference

Class

PdfMetadata

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Basic PDF document metadata extracted from the Info dictionary.

Inheritance

  • Object
  • PdfMetadata

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfMetadata() #

Properties

public String Title { get; set; } #

Document title.

public String Author { get; set; } #

Document author.

public String Subject { get; set; } #

Document subject.

public String Keywords { get; set; } #

Document keywords.

public Nullable<PdfTrappingStatus> TrappingStatus { get; set; } #

Print trapping status from the Info dictionary.

public Nullable<DateTimeOffset> CreationDate { get; set; } #

Document creation date from the Info dictionary.

public Nullable<DateTimeOffset> ModificationDate { get; set; } #

Document modification date from the Info dictionary.

public String PdfXVersion { get; set; } #

PDF/X version from GTS_PDFXVersion in the Info dictionary.

public String PdfXConformance { get; set; } #

PDF/X conformance from GTS_PDFXConformance in the Info dictionary.