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");