#include “BlackIceDEVMODE.h”
BOOL SetHTMLEmbedLicensedFonts (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Sets the state of the ‘Embed licensed fonts’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - Boolean value to set the ‘Embed licensed fonts’ checkbox.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None