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

    Specifies the distance between the frame and QR code.

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public virtual DXMargins Padding { get; set; }

    Property Value

    Type Description
    DXMargins

    A DXMargins object that defines paddings for the frame.

    Property Paths

    You can access this nested property as listed below:

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