Rectangle.isAligned Method¶
Module: Rectangle
Definition¶
Return True if the rectangle is aligned, False if it’s a quadrangle.
is_aligned(self) -> bool
Returns
boolTrue if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Document Library execution.
bool isAligned()
Returns
boolTrue if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Document Library execution.
public bool IsAligned()
Returns
boolTrue if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Document Library execution.
public boolean isAligned() throws DocumentException
Returns
booleanTrue if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Document Library execution.
public func isAligned() throws -> Bool
Returns
BoolTrue if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_IsAligned (
ID3_DOCUMENT_RECTANGLE hRectangle,
bool * isAligned)
Parameters
hRectangleID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.isAlignedbool *out True if the rectangle is aligned, False if it’s a quadrangle.
Returns