Skip to main content
All docs
V23.2

QRFrameOptions.Padding Property

Specifies the distance between the frame and QR code.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.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