FingerImage.horizontalScanResolution Property

Module: FingerImage

Type: int

Definition

Horizontal scan resolution of the image (in DPI). Independent from image rescaling.

horizontal_scan_resolution: int

Exceptions

An error has occurred during Finger Library execution.
int get horizontalScanResolution => getHorizontalScanResolution();
set horizontalScanResolution(int value) => setHorizontalScanResolution(value);

Exceptions

An error has occurred during Finger Library execution.
public int horizontalScanResolution
{
    get => GethorizontalScanResolution();
    set => SethorizontalScanResolution(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getHorizontalScanResolution() throws FingerException
public void setHorizontalScanResolution(int horizontalScanResolution) throws FingerException

Exceptions

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

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_GetHorizontalScanResolution (ID3_FINGER_IMAGE hFingerImage, int * horizontalScanResolution)
int id3FingerImage_SetHorizontalScanResolution (ID3_FINGER_IMAGE hFingerImage, int horizontalScanResolution)

Returns

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