THPDFPage.WideTextOutBoxEx Method

Provides wide text out box ex behaviour for the page geometry workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

function WideTextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: WideString; Align: THPDFJustificationType): THPDFTextOutBoxResult;

Unit

HPDFDoc

Parameters

NamePurpose
XPage coordinate or size value expressed in the current HotPDF coordinate space
YPage coordinate or size value expressed in the current HotPDF coordinate space
LineSpacingInput used by WideTextOutBoxEx
BoxWidthInput used by WideTextOutBoxEx
BoxHeightInput used by WideTextOutBoxEx
TextInput used by WideTextOutBoxEx
AlignInput used by WideTextOutBoxEx

Return value

Returns a THPDFTextOutBoxResult value

Usage notes

Related APIs