#include “BlackIceDEVMODE.h”
BOOL SetPdfAUrlParsing (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables URL link generation. This option turns URLs in PDF/A documents into clickable links.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - variable that controls the state of the URL link generation option.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None