Property RasterDpi
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
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.