PlaceResult
Overview
PlaceResult is a interface in Aspose.PDF FOSS for TypeScript.
Outcome of {@link FlowElement.place}.
Properties: drew, remainder, usedHeight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
usedHeight | : number | Read | Vertical space consumed in this column. |
remainder | : FlowElement | null | Read | Overflow to continue in the next column/page, or null if fully placed (or discarded). |
drew | : boolean | Read | Whether anything was painted. |