PlaceElementsResult

PlaceElementsResult

Overview

PlaceElementsResult is a interface in Aspose.PDF FOSS for TypeScript.

Result of {@link placeElements}.

Properties: remainder, usedHeight.

Properties

NameTypeAccessDescription
usedHeight: numberReadVertical space consumed, measured from the rect’s top edge.
remainder: FlowElement[]ReadElements that did not fit, in order, ready to pass to another placeElements call.