SetPdfAUrlParsing

Enables or disables URL link generation. This option turns URLs in the PDF into clickable links.

 

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

 

pBlackIceDEVMODE          - pointer to the BlackIceDEVMODE structure.

bEnable                                 - controls the state of the URL link generation option.

Return value - TRUE on success, otherwise FALSE.

 

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