PlaceElementsResult
Overview
PlaceElementsResult is a interface in Aspose.PDF FOSS for TypeScript.
Result of {@link placeElements}.
Properties: remainder, usedHeight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
usedHeight | : number | Read | Vertical space consumed, measured from the rect’s top edge. |
remainder | : FlowElement[] | Read | Elements that did not fit, in order, ready to pass to another placeElements call. |