Table of Contents

Class PdfRenderMetadata

Namespace
DocWright.Renderers.Pdf
Assembly
DocWright.Renderers.Pdf.dll

Metadata written by PdfLayoutRenderer into PDF Info/XMP dictionaries.

public sealed class PdfRenderMetadata
Inheritance
PdfRenderMetadata
Inherited Members

Constructors

PdfRenderMetadata()

Properties

Author

Gets or sets the author, or null to omit it.

Conformance

Gets or sets the archival conformance level. Defaults to None, which leaves output bytes unchanged.

CreationDate

Gets or sets the creation date. Null omits creation/modification timestamps so output stays byte-deterministic for identical inputs.

Creator

Gets or sets the creator tool name, or null to omit it.

Keywords

Gets or sets the keywords, or null to omit it.

Producer

Gets or sets the producer string. Defaults to DocWright when not supplied.

Subject

Gets or sets the subject, or null to omit it.

Title

Gets or sets the document title, or null to omit it.

UseXrefStreams

Gets or sets whether cross-reference streams should be emitted. This phase writes classic xref tables regardless of this setting and reports a diagnostic when true.