IsAdvancedPaperSizeEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAdvancedPaperSizeEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_ADVANCEDPAPERSIZE flag. Represents the value of the ‘Advanced Paper size’ checkbox. This function is obsolete and not used from version 13.06.

Parameters

InBlackIceDEVMODE* pDevMode           - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Advanced Paper size is used, otherwise FALSE.

Programming Notes

None

Code Example

None