Table of Contents

Class PdfMetadata

Namespace
DocWright
Assembly
DocWright.dll

Document information written into the PDF's Info dictionary and XMP metadata.

public sealed class PdfMetadata
Inheritance
PdfMetadata
Inherited Members

Remarks

Determinism: when CreationDate is null (the default), no timestamp is written at all, so the same input always produces byte-identical PDF output. Callers that want a creation date must supply it explicitly.

Constructors

PdfMetadata()

Properties

Author

Gets or sets the document author, or null to derive it from the source document properties.

Conformance

Gets or sets the archival conformance level the PDF is written to. Defaults to None.

CreationDate

Gets or sets the creation timestamp, or null (the default) to omit timestamps entirely so output is byte-identical for identical input.

Creator

Gets or sets the creating application name, or null to derive it from the source document properties.

Keywords

Gets or sets the document keywords, or null to derive them from the source document properties.

Producer

Gets or sets the producer string, or null for the DocWright default.

Subject

Gets or sets the document subject, or null to derive it from the source document properties.

Title

Gets or sets the document title, or null to derive it from the source document properties.