FingerTemplate.imageHeight Property

Module: FingerTemplate

Type: int

Definition

Size of the image that the template was derived from in the y direction (in pixels).

image_height: int

Exceptions

An error has occurred during Finger Library execution.
int get imageHeight => getImageHeight();
set imageHeight(int value) => setImageHeight(value);

Exceptions

An error has occurred during Finger Library execution.
public int imageHeight
{
    get => GetimageHeight();
    set => SetimageHeight(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getImageHeight() throws FingerException
public void setImageHeight(int imageHeight) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var imageHeight: Int
    get {
        return Int(try! getImageHeight())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_GetImageHeight (ID3_FINGER_TEMPLATE hFingerTemplate, int * imageHeight)
int id3FingerTemplate_SetImageHeight (ID3_FINGER_TEMPLATE hFingerTemplate, int imageHeight)

Returns

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