#include “BlackIceDEVMODE.h”
int GetPaperSize(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the dmPaperSize member of the DEVMODE. Represents the value of the 'Paper Size' combo box.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Paper size (integer number).
Programming Notes
None
Code Example
None