SetPdfForbidEmbedFont

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

 

SetPdfForbidEmbedFont (pBlackIceDEVMODE As Long, szFont As String, lPosition As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

- Name of the font.

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

Return value - TRUE on success, otherwise FALSE.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.