SetPdfForbidEmbedFont

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetPdfForbidEmbedFont (BlackIceDEVMODE* pDevMode, LPCTSTR szFont, int i);

Description

Sets the i-th font in the forbidden list. The fonts in the forbidden list won’t be embedded in the PDF document.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPCTSTR szFont                                         - name of the font

int i                                                                  - position in the list. This value is zero based integer.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None