GetPdfForbidEmbedFontCount

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

 

GetPdfForbidEmbedFontCount (pBlackIceDEVMODE As Long) As Long

 

Input value    - pointer to the BlackIceDEVMODE structure.

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

Return value - Number of fonts in the forbidden list.

 

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