#include “BlackIceDEVMODE.h”
BOOL SetHTMLViewType (BlackIceDEVMODE* pDevMode, DWORD dwPageSetting);
Description
This function sets the view type of the HTML file format. Available values:
BLF_HTML_ASPECTRATIO_PAGEWIDTH 0
BLF_HTML_ASPECTRATIO_PAGEHEIGHT 1
BLF_HTML_ASPECTRATIO_FIT 2
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD dwPageSetting - page setting value to set.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None