IsWatermarkStretchedToFitPortrait

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkStretchedToFitPortrait (BlackIceDEVMODE* pDevMode);

Description

Returns  the BLF_WATERMARK_ POSITION_PORTRAIT_STRETCH_TO_FIT flag. Represents the ‘Stretched To Fit’ position on portrait pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

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