Skip to main content
All docs
V26.1
  • MicroQRCodeOptionsBuilder.WithIncludeQuietZone(Boolean) Method

    Specifies whether to include a quiet zone (blank space surrounding the code) around the Micro QR Code. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public MicroQRCodeOptionsBuilder WithIncludeQuietZone(
        bool includeQuietZone
    )

    Parameters

    Name Type Description
    includeQuietZone Boolean

    true to include a quiet zone; otherwise, false.

    Returns

    Type Description
    MicroQRCodeOptionsBuilder

    The current MicroQRCodeOptionsBuilder instance for method chaining.

    See Also