Skip to main content
All docs
V26.1
  • QRCodeEPCOptions.EPCVersion Property

    Gets or sets the EPC version.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public EPCVersion EPCVersion { get; set; }

    Property Value

    Type Description
    EPCVersion

    The EPC version.

    Available values:

    Name Description
    Version1

    The EPC QR code version 1.

    Version2

    The EPC QR code version 2.

    See Also