SetTextStampOffsetUnits

 

#include “BlackIceDEVMODE.h” 

BOOL WINAPI SetTextStampOffsetUnits(BlackIceDEVMODE* pBlackIceDevMode, int iUnits);

 

Description

Sets the used units for the Text Stamp or Text Watermark offset.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iUnits                                            - new text offset units. Possible values:

0: 0.1 * mm

1: 0.01 * inch

2: Pixel

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None