Skip to main content
All docs
V26.1
  • BarcodeOptions.Dpi Property

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

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public float Dpi { get; set; }

    Property Value

    Type Description
    Single

    The dpi value used to create the bar code image.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Dpi
    BarcodeGenerator
    .Options .Dpi
    See Also