IsWatermarkCenteredLandscape

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkCenteredLandscape (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_WATERMARK_ POSITION_LANDSCAPE_CENTERED flag. Represents the ‘Center’ position on landscape pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Center’ position is used.

Programming Notes

None

Code Example

None

Note: This function is no longer supported as of version 13.82. Developers should use the GetWatermarkPosition and SetWatermarkPosition functions.