Skip to content

Commit

Permalink
add link to root topic
Browse files Browse the repository at this point in the history
  • Loading branch information
pollyndos committed Jan 31, 2024
1 parent 9902c7f commit 960ac50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ See the following topics to learn about the supported two-dimensional barcodes:
* [GS1- Data Matrix](use-bar-codes/gs1-data-matrix.md)
* [Intelligent Mail](use-bar-codes/intelligent-mail.md)
* [PDF417](use-bar-codes/pdf417.md)
* [QR Code](use-bar-codes/qr-code.md)
* [QR Code](use-bar-codes/qr-code.md)
* [GS1 QR Code](use-bar-codes/gs1-qr-code.md)
* [EPC QR Code](use-bar-codes/epc-qr-code.md)
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Use the `ConvertDataToEPC` function from the Expression Editor to bind to the `T

You can specify the data as shown below:

plaintext
```
ConvertDataToEPC('Red Cross of Belgium', 'BE72000000001616', 'BPOTBEB1','20.0', '', 'Urgency fund', 'CHAR', 'Sample EPC QR code')
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ See the following topics to learn about the supported two-dimensional barcodes:
* [GS1- Data Matrix](use-bar-codes/gs1-data-matrix.md)
* [Intelligent Mail](use-bar-codes/intelligent-mail.md)
* [PDF417](use-bar-codes/pdf417.md)
* [QR Code](use-bar-codes/qr-code.md)
* [QR Code](use-bar-codes/qr-code.md)
* [QR Code](use-bar-codes/gs1-qr-code.md)
* [EPC QR Code](use-bar-codes/epc-qr-code.md)
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Use the `ConvertDataToEPC` function from the Expression Editor to bind to the `T

You can specify the data as shown below:

plaintext
```
ConvertDataToEPC('Red Cross of Belgium', 'BE72000000001616', 'BPOTBEB1','20.0', '', 'Urgency fund', 'CHAR', 'Sample EPC QR code')
```
Expand All @@ -95,4 +94,4 @@ You can also apply a frame with the words “Zahlen mit Code” (to the right fr

This frame already contains predefined settings according to the standard. To set this frame, go to Behavior → Symbology → FrameOptions, and select **Payment Services Austria Frame**.

![](../../../../images/qr-frame-austria-design-time-options.png)
![](../../../../images/qr-frame-austria-design-time-options.png)

0 comments on commit 960ac50

Please sign in to comment.