WorkbookLayoutOptions.ResetDpi() Method
Specifies that the screen DPI value should be used to generate a document layout.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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