Table of Contents

Method GeneratePdfBytes

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

GeneratePdfBytes(ConvertOptions?)

Renders the composition to PDF bytes.

public byte[] GeneratePdfBytes(ConvertOptions? options = null)

Parameters

options ConvertOptions

The conversion options, or null for defaults.

Returns

byte[]

The PDF bytes.