Skip to main content
All docs
V23.2

QRFrameTextPosition Enum

Lists values that used to set the text position inside a QR Code’s frame.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum QRFrameTextPosition

Members

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.

Related API Members

The following properties accept/return QRFrameTextPosition values:

Remarks

See QRFrameOptions for the example.

See Also