InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PDFLibraryAcquireReference Class Reference

#include <IPDFLibraryUtilsPublic.h>

Public Member Functions

bool16 IsAvailable () const
 

Detailed Description

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 }