Table of Contents

Method SaveAsDocxBytes

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

SaveAsDocxBytes(SaveOptions?)

Saves the composition as Word document bytes.

public byte[] SaveAsDocxBytes(SaveOptions? options = null)

Parameters

options SaveOptions

The save options, or null for defaults.

Returns

byte[]

The package bytes.