GetPdfAResamplingRate

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfAResamplingRate (BlackIceDEVMODE* pDevMode, int* pValue);

Description

Returns the selected resampling rate. This value specifies, how the height and the width of the images is changed after resampling (expressed as a percentage)

 

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int* pValue                                                    - pointer to the variable, that will contain the resampling rate, expressed as a percentage (between 1 and 200)

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None