DocumentImage.height Property

Module: DocumentImage

Type: int

Definition

Height in pixels.

height: int

Exceptions

An error has occurred during Document Library execution.
int get height => getHeight();

Exceptions

An error has occurred during Document Library execution.
public int height
{
    get => Getheight();
}

Exceptions

An error has occurred during Document Library execution.
public int getHeight() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var height: Int
    get {
        return Int(try! getHeight())
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentImage_GetHeight (ID3_DOCUMENT_IMAGE hDocumentImage, int * height)

Returns

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