SetPdfATransparency

Enables or disables the PDF/A transparency option.

 

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

 

pBlackIceDEVMODE          - pointer to the BlackIceDEVMODE structure.

bEnable                                 - variable that controls the state of the transparency option. If this value is TRUE,        the transparency option is turned on.

Return value - TRUE on success, otherwise FALSE.

 

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