Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

WorkbookLayoutOptions.ResetDpi() Method

Specifies that the screen DPI value should be used to generate a document layout.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public void ResetDpi()

Remarks

Call the ResetDpi method to use the screen DPI for document layout generation instead of a custom DPI value defined by the Dpi property. This method sets the WorkbookLayoutOptions.DefaultDpi property’s value to true.

See Also