GetPdfAUrlParsing

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfAUrlParsing(BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Returns the state of the URL link generation option. This option turns URLs in the PDF/A document into clickable links.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                                           - pointer to the variable, that contains the state of the URL link generation option.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None