DisableTileWatermarkPortrait

Sets the BLF_ WATERMARK_ POSITION_PORTRAIT_ TILE flag to 0 (false). Sets the ‘Tile’ position on portrait pages.

 

DisableTileWatermarkPortrait (pDevMode As long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

Return value - TRUE on success, otherwise FALSE.

 

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.