Print

GetQRcodes

This function will scan QR codes in all attachment files in the current case. Optionally, only specified file will be scaned.

Syntax

GetQRcodes();
GetQRcodes("fileName");

Function arguments

  • fileName – (String) [Optional] The file name from which QR code are scanned

Return value

This function returns String.
Returns string containing a list of all read QR code data.

Examples

Example 1:
This will scan QR codes in all attachment files in the current case.

GetQRcodes();

Example 2:
This will scan QR codes in attachment file named 'codesfile.pdf’ in the current case.

GetQRcodes("codesfile.pdf");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?