Back to Devexpress

QRFrameTextPosition Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-8e402ab8.md

latest1.4 KB
Original Source

QRFrameTextPosition Enum

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

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum QRFrameTextPosition
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum QRFrameTextPosition

Members

NameDescription
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.

|

The following properties accept/return QRFrameTextPosition values:

Remarks

See QRFrameOptions for the example.

See Also

DevExpress.XtraPrinting.BarCode Namespace