QRFrameOptions.TextPosition Property
Specifies how the text is positioned against the QR code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
QRFrameTextPosition | 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 |
|
Office File API | QRCodeOptions |
|
Remarks
See QRFrameOptions for the example.
See Also