#if !defined(AFX_PDFCOMPRESSIONSPROPPAGE_H__1645015D_3939_4039_8184_FABB725EFDB9__INCLUDED_) #define AFX_PDFCOMPRESSIONSPROPPAGE_H__1645015D_3939_4039_8184_FABB725EFDB9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PDFCompressionsPropPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPDFCompressionsPropPage dialog class CPDFCompressionsPropPage : public CPropertyPage { DECLARE_DYNCREATE(CPDFCompressionsPropPage) // Construction public: CPDFCompressionsPropPage(); ~CPDFCompressionsPropPage(); // Dialog Data //{{AFX_DATA(CPDFCompressionsPropPage) enum { IDD = IDD_PROPPAGE_PDFCOMPRESSIONS }; int m_nMaskCoder; int m_nPictureCoder; int m_nText2BitCoder; int m_nQFactor; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPDFCompressionsPropPage) public: virtual void OnOK(); virtual BOOL OnApply(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPDFCompressionsPropPage) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeComboPdfPicturecoder(); afx_msg void OnChangeEditPdfQfactor(); afx_msg void OnSelchangeComboPdfText2bitcoder(); afx_msg void OnSelchangeComboPdfMaskcoder(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PDFCOMPRESSIONSPROPPAGE_H__1645015D_3939_4039_8184_FABB725EFDB9__INCLUDED_)