ImageRenderingOptions.HorizontalResolution

ImageRenderingOptions.HorizontalResolution property

Sets or gets the horizontal resolution for output and internal images, in pixels per inch (dpi). By default, this property is set to 300 dpi, which is used unless overridden by specific conditions. The resolution is always applied unless the Page size is set in pixels (px), in which case the default resolution is 96 dpi.

public override Resolution HorizontalResolution { get; set; }

See Also