Skip to main content
All docs
V25.1
  • QRFrameOptions.FrameWidth Property

    Specifies the frame width in pixels.

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [DefaultValue(2F)]
    public virtual float FrameWidth { get; set; }

    Property Value

    Type Default Description
    Single 2

    A Single value that is the frame width in pixels.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to FrameWidth
    Cross-Platform Class Library QRCodeGenerator
    .FrameOptions .FrameWidth
    Office File API QRCodeOptions
    .FrameOptions .FrameWidth

    Remarks

    See QRFrameOptions for the example.

    See Also