Rectangle.getHeight Method¶
Module: Rectangle
Definition¶
Returns the height of the rectangle. Use on aligned rectangle only.
get_height(self) -> int
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Document Library execution.
int getHeight()
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public int GetHeight()
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public int getHeight() throws DocumentException
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public func getHeight() throws -> Int32
Returns
Int
Height of the rectangle.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_GetHeight (
ID3_DOCUMENT_RECTANGLE hRectangle,
int * height)
Parameters
hRectangle
ID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.height
int *out Height of the rectangle.
Returns