PlaceResult

Overview

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

Outcome of {@link FlowElement.place}.

Properties: drew, remainder, usedHeight.

Properties

NameTypeAccessDescription
usedHeight: numberReadVertical space consumed in this column.
remainder: FlowElement | nullReadOverflow to continue in the next column/page, or null if fully placed (or discarded).
drew: booleanReadWhether anything was painted.