Skip to content

connect-sdk / de.proglove.sdk.scanner / PgImage

PgImage

data class PgImage

An image as it's returned from our Scanners

Parameters

bytes - the actual image bytes

width - the width in pixel of the image as returned by the scanner

height - the height in pixel of the image as returned by the scanner

Constructors

Name Summary
<init> An image as it's returned from our ScannersPgImage(bytes:ByteArray, width:Int, height:Int)

Properties

Name Summary
bytes the actual image bytesval bytes:ByteArray
height the height in pixel of the image as returned by the scannerval height:Int
width the width in pixel of the image as returned by the scannerval width:Int

Functions

Name Summary
equals fun equals(other:Any?):Boolean
hashCode fun hashCode():Int