Sets the state of the font subsetting.
SetPdfCreateSubset (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean
Input value - pointer to the BlackIceDEVMODE structure.
- value of the state of the embedded fonts. If this value is TRUE, all embedded truetype/opentype font will be saved as subset.
Return value - TRUE on success, otherwise FALSE.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.