THotPDF.PlaceLayoutElement Method

Draws a fitting layout element or a verified split head and returns an owned continuation fragment

宣言

function PlaceLayoutElement(Element: THPDFLayoutElement; const Bounds: THPDFLayoutBounds; out Overflow: THPDFLayoutOverflow): boolean;

ユニット

HPDFDoc

パラメータ

名前目的
ElementCaller-owned element to place or split
BoundsAvailable position and dimensions on the active page
OverflowReceives an owned continuation when the element splits, otherwise nil

戻り値

Returns True when a complete element or verified placed fragment was drawn

使用上の注意

関連 API