Table of Contents

Class DocumentWriteOptions

Namespace
DocWright.Core.Formats
Assembly
DocWright.Core.dll

Options controlling how a writer serializes a document. Grows additively, like DocumentReadOptions.

public sealed class DocumentWriteOptions
Inheritance
DocumentWriteOptions
Inherited Members

Constructors

DocumentWriteOptions()

Properties

FormatSettings

Gets the format-specific settings, keyed by a namespaced string. Empty by default.

Limits

Gets or sets the resource caps applied while writing, or null for no caps.

StrictMode

Gets or sets a value indicating whether content the writer cannot represent aborts the write (true) instead of being reported and degraded (false, the default).