GetPdfDefEmbeddedFont

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfDefEmbeddedFont (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Returns the state of the embedded fonts.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

 

BOOL* bEnable                                           - pointer to the variable, that contains the state of the embedded fonts. If this value is TRUE,    all fonts will be embedded by default.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None