THPDFPage.TextOutStr Method

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

Declaration

procedure TextOutStr(X, Y: Single; angle: Extended; Text: WideString);

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
angleInput used by TextOutStr
TextInput used by TextOutStr

Return value

This member does not return a value

Usage notes

Related APIs