SetPdfDefEmbeddedFont

Specifies whether to embed the fonts in the printed PDF document by default.

 

SetPdfDefEmbeddedFont (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

- Value to embed the fonts in the PDF. If this value is TRUE, all fonts will be embedded by

  default.

Return value - TRUE on success, otherwise FALSE.

 

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