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