SetPdfResamplingMethod

Sets the resampling method. This value specifies, by using which method should be the resampling done on the images (to reduce the resulting file size)

 

SetPdfResamplingMethod (pBlackIceDEVMODE As Long, lValue As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - one of the following values:
0: no resampling applied to the images
1: bilinear interpolation
2: cubic spline interpolation

 

Return value - TRUE on success, otherwise FALSE.

 

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