Encodes a given message as Qr code.
This activity encodes a given message as Qr code, which is then outputted as an image object.
Image Path: String Argument Required Specifies the full file path where the QR image is to be saved.
String Argument
Required
Height: Integer Argument Required Specifies the height of the QR code image to be generated.
Integer Argument
Width: IntegerArgument Required Specifies the width of the QR code image to be generated.
IntegerArgument
Message: String Argument Required Specifies the message to be encoded as a Qr code.
Result: String Variable Stores the location of the Qr image generated in the specified String variable.
String Variable
Last updated 3 years ago