IsWmStretchedToFitLandscape

Returns the BLF_WATERMARK_ POSITION_LANDSCAPE_STRETCH_TO_FIT flag. Represents the ‘Stretched To Fit’ position on landscape pages

 

IsWatermarkStretchedToFitLandscape (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

Return value - TRUE if the ‘Stretched To Fit’ position is used.

 

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

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.