#include “BlackIceDEVMODE.h”
BOOL SetHTMLVectorGraphicsDispMode (BlackIceDEVMODE* pDevMode, DWORD dwDisplayMode);
Description
This function sets the vector graphics display mode of the HTML file format. Available values:
BLF_HTML_VECTORGRAPHICS_HIDE 0
BLF_HTML_VECTORGRAPHICS_PNG 1
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD dwDisplayMode - display mode setting value to set.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None