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

    Specifies whether to include a quiet zone (a margin of empty space) around the code.

    Namespace: DevExpress.Docs.Barcode

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool IncludeQuietZone { get; set; }

    Property Value

    Type Description
    Boolean

    true to include a quiet zone; otherwise, false.

    See Also