Skip to main content
All docs
V23.2

QRFrameOptions.TextPosition Property

Specifies how the text is positioned against the QR code.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(QRFrameTextPosition.Bottom)]
public virtual QRFrameTextPosition TextPosition { get; set; }

Property Value

Type Default Description
QRFrameTextPosition Bottom

A QRFrameTextPosition value that defines the text position.

Available values:

Name Description
Top

The text is located on top.

Bottom

The text is located at the bottom.

Left

The text is on the left.

Right

The text is on the right.

Property Paths

You can access this nested property as listed below:

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

Remarks

See QRFrameOptions for the example.

See Also