IsWatermarkStretchedToWidthLandscape

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkStretchedToWidthLandscape (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_WATERMARK_ POSITION_LANDSCAPE_STRETCH_TO_WIDTH flag. Represents the ‘Stretched To Width’ position on landscape pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Stretched To Width’ 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.