DocumentImage.height Property¶
Module: DocumentImage
Type: int
Definition¶
Height in pixels.
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