HologramAuthenticationResult.bounds Property

Module: HologramAuthenticationResult

Type: Rectangle

Definition

Exact bounds of the text in the image.

bounds: Rectangle

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResult_GetBounds (ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, ID3_DOCUMENT_RECTANGLE hBounds)

Returns

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