SetTextStampOffsetX

 

#include “BlackIceDEVMODE.h”

BOOL WINAPI SetTextStampOffsetX(BlackIceDEVMODE* pBlackIceDevMode, int iOffset);

 

Description

Sets the horizontal offset value used for the Text Stamp or Text Watermark. The unit that belongs to the value can be set by the SetTextStampOffsetUnits function.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iOffset                                           - new horizontal offset value of the Text Stamp or Text Watermark.

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None