Image Generator SDK  4.24.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
ImageGeneratorSDK Class Reference

More...

Inherits IImageGeneratorSDK.

Public Member Functions

CrontoImageResponse GenerateCrontoSign (int squareSize, string inputValue)
 Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image.
The output image is to be printed on paper. More...
 
CrontoImageResponse GenerateCrontoSign (int squareSize, string inputValue, bool onPaper)
 Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image. More...
 
CrontoImageResponse GenerateDynamicCrontoImage (int squareSize, string inputValue, bool onPaper)
 Generates a CRONTO image for the corresponding input values. The size of the image is dynamic and depends on the inputValue length.
CAUTION: The CRONTO images generated with this method cannot be scanned by VASCO hardware authenticators (e.g. DP760, DP780). More...
 
BWQRCodeResponse GenerateBWQRCode (int imageSize, string inputValue, int errorCorrectionLevel)
 Generates a black and white QR code image More...
 

Additional Inherited Members

- Static Public Attributes inherited from IImageGeneratorSDK
const string VERSION = "4.24.0"
 Version of the Image Generator SDK More...
 

Detailed Description

Member Function Documentation

◆ GenerateBWQRCode()

BWQRCodeResponse GenerateBWQRCode ( int  imageSize,
string  inputValue,
int  errorCorrectionLevel 
)

Generates a black and white QR code image

Implements IImageGeneratorSDK.

◆ GenerateCrontoSign() [1/2]

CrontoImageResponse GenerateCrontoSign ( int  squareSize,
string  inputValue 
)

Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image.
The output image is to be printed on paper.

Implements IImageGeneratorSDK.

◆ GenerateCrontoSign() [2/2]

CrontoImageResponse GenerateCrontoSign ( int  squareSize,
string  inputValue,
bool  onPaper 
)

Generates a CRONTO image for the corresponding input values. A scrambling is applied on the input before generating the image.

Implements IImageGeneratorSDK.

◆ GenerateDynamicCrontoImage()

CrontoImageResponse GenerateDynamicCrontoImage ( int  squareSize,
string  inputValue,
bool  onPaper 
)

Generates a CRONTO image for the corresponding input values. The size of the image is dynamic and depends on the inputValue length.
CAUTION: The CRONTO images generated with this method cannot be scanned by VASCO hardware authenticators (e.g. DP760, DP780).

Implements IImageGeneratorSDK.


The documentation for this class was generated from the following file: