GetPdfResamplingMethod

Returns the selected resampling method. This value specifies which method is used for the resampling done on the images (to reduce the resulting file size).

 

GetPdfResamplingMethod (pBlackIceDEVMODE As Long) As Long

 

Input value    - pointer to the BlackIceDEVMODE structure.

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

 

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