SetPdfForceEmbedFontCount

Sets the count of the fonts in the force list. The fonts in the force list will be tried to embed in the PDF document.

 

SetPdfForceEmbedFontCount (pBlackIceDEVMODE As Long, lCount As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - 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.