Skip to main content
All docs
V23.2

WorkbookLayoutOptions.ResetDpi() Method

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

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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