KVPDFInterface

This structure contains pointers to the PDF Export API functions. You can set the pointers by calling the KVPDFGetInterface() function.

typedef struct 
{
    KVStructHeader;
    KVPDF_INIT			fpInit;
    KVPDF_CONVERT_FILE_TO_FILE	fpConvertFileToFile;
    KVPDF_GET_FILE_INFO	fpGetFileInfo;
    KVPDF_SHUTDOWN		fpShutDown;
}
KVPDFInterface;

Member Descriptions

KVStructHeaderThe KeyView version of the structure. See KVStructHead.

The subsequent members of this structure are the pointers to the API functions. See PDF Export API Functions