Returns the grayscale intensity level where the page is cut, when trimming based on grayscale intensity. The driver cuts the margins at the first pixel that is the same darkness or darker than the chosen grayscale intensity level.
GetTrimGrayscaleIntensity(pDevMode As Long) As Long
Input value pDevMode |
- Handle to the BlackIceDEVMODE structure |
Return value |
- Grayscale intensity level between 1 and 100. 1 is the lightest gray (but not white), 100 is black. |
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.