THotPDF.MeasureLayoutElement Method

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

Deklarace

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

Jednotka

HPDFDoc

Parametry

NázevÚčel
ElementCaller-owned reusable layout element to measure
AvailableWidthMaximum width available in current document units
AvailableHeightMaximum height available in current document units

Návratová hodnota

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

Poznámky k použití

Související API