DisableStretchWatermarkToFitLandscape

 

#include “BlackIceDEVMODE.h”

 

BOOL DisableStretchWatermarkToFitLandscape (BlackIceDEVMODE* pDevMode);

 

Description

Sets the BLF_ WATERMARK_ POSITION_LANDSCAPE_STRETCH_TO_FIT flag to 0 (false). Sets the ‘Stretched To Fit’ position on landscape pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE on success, otherwise FALSE.

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.