QRFrameTextPosition Enum
Lists values that used to set the text position inside a QR Code’s frame.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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