//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- #if defined(_WIN32) && !defined(__WINRT__) && !defined(PDFNET_LEAN) #ifndef PDFTRON_H_CPDFPDFDCEX #define PDFTRON_H_CPDFPDFDCEX #include #include #ifdef __cplusplus extern "C" { #endif TRN_API TRN_PDFDCEXCreate (TRN_PDFDCEX *result); TRN_API TRN_PDFDCEXBegin(TRN_PDFDCEX this_pdfdcex, TRN_PDFDoc in_pdfdoc, const TRN_Point* page_dimension, HDC *result); TRN_API TRN_PDFDCEXEnd (TRN_PDFDCEX this_pdfDcEx); TRN_API TRN_PDFDCEXGetDPI(TRN_PDFDCEX this_pdfDcEx, TRN_UInt32* out_dpi); TRN_API TRN_PDFDCEXDestroy(TRN_PDFDCEX this_pdfDcEx); #ifdef __cplusplus } #endif #endif // PDFTRON_H_CPDFPDFDCEX #endif // defined(_WIN32) && !defined(__WINRT__) && !defined(PDFNET_LEAN)