Metoda THotPDF.MeasureLayoutElement

Measures a reusable layout element against immutable page constraints without exposing a drawing surface

Declaration

function MeasureLayoutElement(Element: THPDFLayoutElement; AvailableWidth, AvailableHeight: Single): THPDFLayoutMeasurement;

Unit

HPDFDoc

Parameters

NamePurpose
ElementCaller-owned reusable layout element to measure
AvailableWidthMaximum width available in current document units
AvailableHeightMaximum height available in current document units

Return value

Returns validated dimensions, split capability, and the centrally computed fit result

Usage notes

Related APIs