SetPdfResamplingRate

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetPdfResamplingRate (BlackIceDEVMODE* pDevMode, int iValue);

Description

Sets the resampling rate. This value specifies, how the height and the width of the images should change after resampling (expressed as a percentage)

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int iValue                                                       - the resampling rate, expressed as a percentage (between 1 and 200)

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None