IN_SetExternalLib

image\bltlrgsq_shg.gif Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The SetExternalLib function specifies the PDF library to use when loading a file.

Syntax

int IN_SetExternalLib(LibName, State, attribute, pState )

Input Parameters

Values

Meaning

INT LibName

IN_EXTLIB_PDF name of external library to use

INT State

0 | 1 | 2 (0) use the Native PDF library

 (1) use the PDF Add-On library

 (2) automatically select the library according to the attribute value.
 See
Remarks.

INT attribute

0 | 1 | 2 | 3 | …100 percentage at which the Native PDF library will be used

Output Parameters

Values

Meaning

USHORTPTR pState

pointer to library being used:

TRUE PDF Add-On is used

FALSE  Native PDF library is used

Remarks

Currently, for the LibNam parameter, only the IN_EXTLIB_PDF value is supported.

Available only if the PDF Add-on is installed.

Enhanced PDF support is now available by purchasing an optional PDF Add-on. The Enhanced PDF includes improved font support for accurate rendering, and options for smoothing text, line art, and images.

Release information

Added to Imagenation for Windows in Release 7.6.

Not supported in Imagenation for UNIX.