THPDFPage.WideTextOutBox Method

Provides wide text out box 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 WideTextOutBox(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: WideString; Align: THPDFJustificationType): Integer;

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 WideTextOutBox
BoxWidthInput used by WideTextOutBox
BoxHeightInput used by WideTextOutBox
TextInput used by WideTextOutBox
AlignInput used by WideTextOutBox

Return value

Returns an Integer value

Usage notes

Related APIs