Table of Contents

Property RasterDpi

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

RasterDpi

Gets or sets the resolution charts, gauges and custom items are rasterized at, in dots per inch. The default is 150.

public int RasterDpi { get; set; }

Property Value

int

Remarks

Word has no way to carry the page model's drawing vocabulary, and neither does the reference implementation's Word renderer, which emits a picture for each of them. The value is clamped to between 32 and 600: below that a chart is unreadable, and above it one chart is several megabytes.