DynaPDF Manual - Page 695

Previous Page 694   Index   Next Page 696

Function Reference
Page 695 of 839
Check box characters
ccCheck
ccCircle
ccCross1
ccCross2
ccCross3
ccCross4
ccDiamond
ccSquare
ccStar
SetCheckBoxDefState
Syntax:
LBOOL pdfSetCheckBoxDefState(
const PPDF* IPDF, // Instance pointer
UI32 AField,
// Field handle
LBOOL Checked)
// Default state
This function changes the default state of a check box; it can differ from the current visible state of
the check box. The default state is used when the form is reset with a Reset Form Action.
The default state of a new check box is always identical with the visible state.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
 

Previous topic: SetCharacterSpacing, SetCheckBoxChar

Next topic: SetCheckBoxState, SetCIDFont