DynaPDF Manual - Page 500

Previous Page 499   Index   Next Page 501

Function Reference
Page 500 of 839
GetTemplHeight
Syntax:
double pdfGetTemplHeight(
const PPDF* IPDF, // Instance pointer
SI32 Handle)
// Template handle
The function returns the height of a template. The parameter Handle must be a valid template
handle.
Return values:
If the function succeeds the return value is the height of the template. If the function fails the return
value is a negative error code.
GetTemplWidth
Syntax:
double pdfGetTemplWidth(
const PPDF* IPDF, // Instance pointer
SI32 Handle)
// Template handle
The function returns the width of a template. The parameter Handle must be a valid template
handle.
Return values:
If the function succeeds the return value is the width of the template. If the function fails the return
value is a negative error code.
GetTextDrawMode
Syntax:
SI32 pdfGetTextDrawMode(
const PPDF* IPDF) // Instance pointer
typedef enum
{
dmNormal
= 0,
dmStroke
= 1,
dmFillStroke
= 2,
dmInvisible
= 3,
dmFillClip
= 4,
dmStrokeClip
= 5,
dmFillStrokeClip = 6,
dmClipping
= 7
}TDrawMode;
The function returns the text draw mode. Se draw modes are described in detail under
SetTextDrawMode().
 

Previous topic: GetTabLen, GetTemplCount, GetTemplHandle

Next topic: GetTextFieldValue, GetTextRect, GetTextRise