DynaPDF Manual - Page 839

Previous Page 838   Index  

Function Reference
Page 839 of 839
WriteTextMatrixEx
Syntax:
LBOOL pdfWriteTextMatrixEx(
const PPDF* IPDF,
// Instance pointer
struct TCTM* M,
// Transformation matrix
const char* AText, // Text to be printed
UI32 Len)
// Text length in characters
The function draws text on the current open page, template, or pattern by using a transformation
matrix to calculate the position of the string. This function can be used in combination with
GetPageText() to print a text on the same position as the original text that was found. The usage of
the function is described at GetPageText().
Remarks:
This function is implemented in an Ansi and Unicode compatible version.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
 

Previous topic: WriteTextEx, WriteTextMatrix