Skip to main content
All docs
V25.1
  • EPCDataConverter.Version Property

    Gets or sets the EPC QR Code version.

    Namespace: DevExpress.XtraPrinting.BarCode.EPC

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public EPCVersion Version { get; set; }

    Property Value

    Type Description
    EPCVersion

    An EPCVersion enumeration value that specifies the version.

    Available values:

    Name Description
    Version1

    001

    Version2

    002

    See Also