Back to Devexpress

DiagramOptionsExport.ExportDPI Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsexport.md

latest1.6 KB
Original Source

DiagramOptionsExport.ExportDPI Property

Specifies the resolution in which the diagram is exported.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(96F)]
[DiagramCategory(DiagramCategory.Export)]
public virtual float ExportDPI { get; set; }
vb
<DefaultValue(96F)>
<DiagramCategory(DiagramCategory.Export)>
Public Overridable Property ExportDPI As Single

Property Value

TypeDefaultDescription
Single96

A single value which represents the resolution (in dpi). The minimum supported value is 1.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExportDPI
DiagramControl

.OptionsExport .ExportDPI

|

See Also

DiagramOptionsExport Class

DiagramOptionsExport Members

DevExpress.XtraDiagram.Options Namespace