Transaction System API

QRUtil

Method Summary
String read(ImageFile imageFile)

Reads the QR data from the image file

String toString()

Returns a description of this object.

ImageFile writeUrl(String url, int width)

Creates a QR image from the url.

Method Detail


String read(ImageFile imageFile)

Reads the QR data from the image file

Parameters:

Returns:  String

Since: 01-26-2017

top

String toString()

Returns a description of this object.

Returns:  String

Since: 01-26-2017

top

ImageFile writeUrl(String url, int width)

Creates a QR image from the url.

Parameters:

  • String   url Required parameter.
  • int   width Required parameter. Maximum allowed size of parameter: 2000

Returns:  ImageFile

Since: 01-26-2017

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM