//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- // !Warning! This file is autogenerated, modify the .codegen file, not this one // (any changes here will be wiped out during the autogen process) #ifndef PDFTRON_H_CAdvancedImagingModule #define PDFTRON_H_CAdvancedImagingModule #ifdef __cplusplus extern "C" { #endif #include #include struct TRN_AdvancedImagingModule_tag; typedef struct TRN_AdvancedImagingModule_tag* TRN_AdvancedImagingModule; /* methods: */ TRN_API TRN_AdvancedImagingModuleIsModuleAvailable(TRN_Bool* result); #ifdef __cplusplus } // extern C #endif #endif /* PDFTRON_H_CAdvancedImagingModule */