Sets the stream compression of the PDF document. Available values:
BLF_PDF_STREAM_COMPRESSION_NONE
BLF_PDF_STREAM_ASCII_HEX
BLF_PDF_STREAM_ASCII_85
BLF_PDF_STREAM_LZW
BLF_PDF_STREAM_COMPRESSION_FLATEENCODE
BLF_PDF_STREAM_COMPRESSION_RUNLENGTH
SetPdfAStreamCompression (pBlackIceDEVMODE As Long, lCompression As Long) As Boolean
Input value - pointer to the BlackIceDEVMODE structure.
- value of the new compression to set.
Return value - TRUE on success, otherwise FALSE.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.