Difference between revisions of "360Works Barcode/Documentation"
Jump to navigation
Jump to search
WikiEditTask (talk | contribs) m (Auto-upload documentation) |
(No difference)
|
Latest revision as of 16:20, 13 January 2015
360Works Barcode User Guide
Created by IntelliJ IDEA. User: val Date: Jun 9, 2010 Time: 5:56:57 PM
360Works Plugin Setup Guides
See Plugins_101 for Error reporting, installation, registration, and more.
Function Summary
- barcode39Decode ( container {; key=value ; ... } ) —
- barcode39Encode ( text {; key=value ; ... } ) — Encodes text as code 39 barcode
- barcodeLastError ( ) — Returns the last error which occurred, or "" if there was no error.
- barcodeQRDecode ( container {; key=value ; ... } ) —
- barcodeQREncode ( text ; width ; height ) — Encodes text into a QR code and produces a PNG image of the QR code.
- barcodeSetErrorCapture ( errorCapture ) —
Function Detail
barcode39Decode ( container {; key=value ; ... } )
Parameters:
barcode39Encode ( text {; key=value ; ... } )
Encodes text as code 39 barcode
Parameters:
text
- input text
args
Returns:
barcodeLastError ( )
Returns the last error which occurred, or "" if there was no error.
Returns: the last error.
barcodeQRDecode ( container {; key=value ; ... } )
Parameters:
container
- container field, file path, URL, or file URL
Returns: decoded text
barcodeQREncode ( text ; width ; height )
Encodes text into a QR code and produces a PNG image of the QR code.
Parameters:
text
- text to encode
width
- width of the resulting image.
height
- height of the resulting image.
Returns: a PNG image of the QR code.
barcodeSetErrorCapture ( errorCapture )
Parameters: