Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BarCode.Dpi Property

Gets or sets the dpi value used to render the bar code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public float Dpi { get; set; }

Property Value

Type Description
Single

A Single value representing the dpi value used to create the bar code image.

See Also