IsWatermarkTiledPortrait

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkTiledPortrait (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_WATERMARK_ POSITION_PORTRAIT_TILE flag. Represents the ‘Tile’ position on portrait pages.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if ‘Tile’ 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.