MrzReadingResult.bounds Property

Module: MrzReadingResult

Type: PointList

Definition

Boundaries of the MRZ detected, in following order: top-left, top-right, bottom-right, bottom-left.

bounds: PointList

Exceptions

An error has occurred during Document Library execution.
PointList get bounds => getBounds();

Exceptions

An error has occurred during Document Library execution.
public PointList bounds
{
    get => Getbounds();
}

Exceptions

An error has occurred during Document Library execution.
public PointList getBounds() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var bounds: PointList
    get {
        return try! getBounds()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentMrzReadingResult_GetBounds (ID3_DOCUMENT_MRZ_READING_RESULT hMrzReadingResult, ID3_DOCUMENT_POINT_LIST hBounds)

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.