DynaPDF Manual - Page 694

Previous Page 693   Index   Next Page 695

Function Reference
Page 694 of 839
SetCharacterSpacing
Syntax:
LBOOL pdfSetCharacterSpacing(
const PPDF* IPDF, // Instance pointer
double Value)
// Character spacing
The function sets the current character spacing. The function requires an open page, template or
pattern.
Default value = 0
Value = 0
Character
Value = 10.0
Character
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
SetCheckBoxChar
Syntax:
LBOOL pdfSetCheckBoxChar(
const PPDF* IPDF,
// Instance pointer
TCheckboxChar CheckBoxChar) // see below
typedef enum
{
ccCheck,
ccCircle,
ccCross1,
ccCross2,
ccCross3,
ccCross4,
ccDiamond,
ccSquare,
ccStar
}TCheckBoxChar;
The function sets the character which should be used for newly created check boxes.
Default value = ccCheck
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
 

Previous topic: SetBookmarkStyle, SetBorderStyle

Next topic: Check box characters, SetCheckBoxDefState