AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImage.DecodeQR Method

Attempts to decode this image as a QR code and return the string encoded within it.

Syntax
Pascal
function DecodeQR: String;

THe decoded string or and empty string if decoding failed.

Returns an empty string if it could not find a QR code in the image or failed to decode it. Multiple QR codes in the image are likely to cause the decode to fail.

Copyright (c) 2012. All rights reserved.