#include “BlackIceDEVMODE.h”
void SetAnnotationOffsetY(BlackIceDEVMODE* pDevMode, LONG dYOffset);
Description
Sets the AnnotationOffsetY member of the BlackIceDEVMODE. Sets the value of the ‘Y Offset[+/-]’ field.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LONG dYOffset - number (LONG).
Return value
None
Programming Notes
None
Code Example
None