![]() | InDesign SDK 20.5 |
#include <IPDFLibraryUtilsPublic.h>
Public Member Functions | |
| bool16 | IsAvailable () const |
Simple stack-based utility for acquiring an explicit reference to the PDF library.
Note: This is not typically necessary. The PDF place and export commands will do this implicitly for you.
Usage:
PDFLibraryAcquireReference pdflibRef;
if (pdflibRef.IsAvailable()) { Do something with the PDF library }