#include “BlackIceDEVMODE.h”
BOOL SetPaperSize(int papersize,BlackIceDEVMODE* pDevMode);
Description
Sets the dmPaperSize member of the DEVMODE. Represents the value of the 'Paper Size' combo box.
Parameters
int papersize - paper size (integer number).
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None