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