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

Defines the output of the QR Code Generator.
Contains a black and white QR code, and the associated boolean matrix. More...

Inherits ImageResponse.

Public Member Functions

 BWQRCodeResponse (SKBitmap imageBitmap, bool[][] booleanMatrix)
 Constructs a BWQRCodeResponse object from the image and the matrix in parameter. More...
 
- Public Member Functions inherited from ImageResponse
void SaveImage (string filePath)
 Saves image file.
Supported file extensions

  • .jpeg
  • .jpg
  • .jpe
  • .jif
  • .jfif
  • .jfi
  • .png
  • .webp
More...
 
void Dispose ()
 Disposes SKBitmap More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Disposes SKBitmap and cleands BooleandMatrix More...
 
- Protected Member Functions inherited from ImageResponse
 ImageResponse (SKBitmap imageBitmap)
 Constructs a ImageResponse object from the image in parameter. More...
 

Properties

bool[][] BooleanMatrix [get, set]
 BWQR Code boolean matrix More...
 
- Properties inherited from ImageResponse
SKBitmap ImageBitmap [get, protected set]
 Contains image More...
 

Additional Inherited Members

- Protected Attributes inherited from ImageResponse
bool _isDisposed = false
 Gets or sets a value indicating whether the object has already been disposed. More...
 

Detailed Description

Defines the output of the QR Code Generator.
Contains a black and white QR code, and the associated boolean matrix.

Constructor & Destructor Documentation

◆ BWQRCodeResponse()

BWQRCodeResponse ( SKBitmap  imageBitmap,
bool  booleanMatrix[][] 
)

Constructs a BWQRCodeResponse object from the image and the matrix in parameter.

Parameters
imageBitmapThe QR code image
booleanMatrixThe associated boolean matrix

Member Function Documentation

◆ Dispose()

override void Dispose ( bool  disposing)
protectedvirtual

Disposes SKBitmap and cleands BooleandMatrix

Reimplemented from ImageResponse.

Property Documentation

◆ BooleanMatrix

bool [][] BooleanMatrix
getset

BWQR Code boolean matrix


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