VerticalResolution

SpreadsheetOptions.VerticalResolution property

Gets or sets the vertical resolution for generated images in dots per inch. This option is used when rendering spreadsheets to PNG or JPEG formats only.

public int VerticalResolution { get; set; }

Remarks

Default value is 96 DPI. Min possible value - 72 DPI, max possible value - 600 DPI. If user-specified value is out of these limits, the min or max possible value will be applied.

See Also