IsCropEnabled

 

Returns TRUE if page cropping is enabled.

 

IsCropEnabled(pDevMode As Long) As Boolean

 

 

Input value pDevMode

- Handle to the BlackIceDEVMODE structure

Input value bEnabled

- Set to TRUE, to turn on cropping, set to FALSE, to turn cropping off.

Return value

- TRUE if page cropping is enabled, otherwise FALSE.

 

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