ImageRenderingOptions.VerticalResolution

ImageRenderingOptions.VerticalResolution property

Sets or gets the vertical 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 VerticalResolution { get; set; }

See Also