THotPDF.MeasureLayoutElement Method

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

宣言

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

ユニット

HPDFDoc

パラメータ

名前目的
ElementCaller-owned reusable layout element to measure
AvailableWidthMaximum width available in current document units
AvailableHeightMaximum height available in current document units

戻り値

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

使用上の注意

関連 API