#include “BlackIceDEVMODE.h”
void DisableAnnotationUnitsMM (BlackIceDEVMODE* pDevMode);
Description
Sets the BLF_ANNOTATION_ UNITS_MM flag to 0 (false). Sets the ‘0.1*mm’ checkbox to unchecked.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
None
Programming Notes
None
Code Example
None