Table of Contents

Enum ImageOutputFormat

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

The raster output formats ImageLayoutRenderer can encode.

public enum ImageOutputFormat

Fields

Png = 0

Lossless PNG. The default, and the only format whose output is byte-identical across runs by contract.

Jpeg = 1

Baseline JPEG, for photographic pages where size matters more than exactness.