Skip to main content

XlPageSetup.VerticalDpi Property

Gets or sets the vertical printer resolution, in dots per inch.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int VerticalDpi { get; set; }

Property Value

Type Description
Int32

A positive integer that specifies the printing resolution.

The default value is 600 DPI.

Remarks

To specify page options for a worksheet, set the IXlSheet.PageSetup property to an instance of the XlPageSetup class that controls the page orientation, paper size, scaling options and other settings. For more information on how to adjust page formatting options, refer to the How to: Specify Print Settings article.

See Also