Table of Contents

Property PageEncoded

Namespace
DocWright.Renderers.Imaging
Assembly
DocWright.Renderers.Imaging.dll

PageEncoded

Gets or sets a callback invoked after each page is encoded, receiving the one-based page number and the encoded bytes.

public Action<int, byte[]>? PageEncoded { get; set; }

Property Value

Action<int, byte[]>

Remarks

An alternative to PageStreamFactory for callers that want the bytes rather than to own a stream. Both may be set; the factory runs first.