THPDFPage.TextBox Method

Provides text 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

procedure TextBox(Rect: TRect; Text: AnsiString; Hor: THPDFJustificationType= jtLeft; Vert: THPDFTextBoxVerticalAlignment= tbvaTop);

Unit

HPDFDoc

Parameters

NamePurpose
RectPage area or widget rectangle where the operation is applied
TextInput used by TextBox
HorInput used by TextBox
VertInput used by TextBox

Return value

This member does not return a value

Usage notes

Related APIs