SetPdfForbidEmbedFontCount

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetPdfForbidEmbedFontCount (BlackIceDEVMODE* pDevMode, int iCount);

Description

Sets the count of the fonts in the forbid list. The fonts in the forbidden list won’t be embedded in the PDF document.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int iCount                                                       - number of fonts in the list.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None