TextField.bounds Property¶
Module: TextField
Type: Rectangle
Definition¶
Boundaries of the text field in the image.
bounds: Rectangle
Exceptions
An error has occurred during Document Library execution.
Rectangle get bounds => getBounds();
Exceptions
An error has occurred during Document Library execution.
public Rectangle bounds
{
get => Getbounds();
}
Exceptions
An error has occurred during Document Library execution.
public Rectangle getBounds() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var bounds: Rectangle
get {
return try! getBounds()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextField_GetBounds (ID3_DOCUMENT_TEXT_FIELD hTextField, ID3_DOCUMENT_RECTANGLE hBounds)
Returns