Skip to main content
All docs
V24.1

QRFrameOptions.FrameWidth Property

Specifies the frame width in pixels.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public virtual float FrameWidth { get; set; }

Property Value

Type Description
Single

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