Back to Devexpress

QRFrameOptions.Padding Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-qrframeoptions.md

latest1.7 KB
Original Source

QRFrameOptions.Padding Property

Specifies the distance between the frame and QR code.

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual DXMargins Padding { get; set; }
vb
Public Overridable Property Padding As DXMargins

Property Value

TypeDescription
DXMargins

A DXMargins object that defines paddings for the frame.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Padding
Cross-Platform Class LibraryQRCodeGenerator

.FrameOptions .Padding

| | Office File API | QRCodeOptions |

.FrameOptions .Padding

|

See Also

QRFrameOptions Class

QRFrameOptions Members

DevExpress.XtraPrinting.BarCode Namespace