#include “BlackIceDEVMODE.h”
int GetTextStampPresetCount (BlackIceDEVMODE* pDevMode);
Description
Retrieves the number of presets (Stamps or Watermarks) in the Text Stamp/Watermark list.
Parameters
BlackIceDEVMODE* pDevMode |
- pointer to the BlackIceDEVMODE structure. |
Return value
The total number of Stamps and Watermarks.
Programming Notes
None
Code Example
None