Sets the resampling rate. This value specifies, how the height and the width of the images should change after resampling (expressed as a percentage)
SetPdfAResamplingRate (pBlackIceDEVMODE As Long, lValue As Long) As Boolean
Input value - pointer to the BlackIceDEVMODE structure.
- the resampling rate, expressed as a percentage (between 1 and 200)
Return value - TRUE on success, otherwise FALSE.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.