GetPdfTransparency

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfTransparency(BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Returns the state of the PDF transparency option.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                                           - pointer to the variable, that contains the state of the transparency option. If this value is TRUE,         the transparency option is turned on.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None