Skip to main content
A newer version of this page is available. .

DiagramOptionsExport.ExportDPI Property

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DefaultValue(96F)]
[DiagramCategory(DiagramCategory.Export)]
public virtual float ExportDPI { get; set; }

Property Value

Type Default
Single 96

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportDPI
DiagramControl
.OptionsExport.ExportDPI
See Also