Table of Contents

Property Generator

Namespace
DocWright.Formats.Odt
Assembly
DocWright.Formats.Odt.dll

Generator

Gets or sets the value written as meta:generator in meta.xml. Defaults to "DocWright".

public string Generator { get; set; }

Property Value

string

Remarks

Deliberately version-free by default. Embedding the assembly version would make the package bytes change on every release even when the document and the writer's behaviour had not, which is the same failure the fixed ZIP timestamp exists to prevent.