📄 pdftotiffdlg.h
字号:
// PDFToTIFFDlg.h : header file
//
#if !defined(AFX_PDFTOTIFFDLG_H__0987BEC3_B0EC_4574_B7E5_242394D7F82D__INCLUDED_)
#define AFX_PDFTOTIFFDLG_H__0987BEC3_B0EC_4574_B7E5_242394D7F82D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "EventHandler.h"
/////////////////////////////////////////////////////////////////////////////
// CPDFToTIFFDlg dialog
class CPDFToTIFFDlg : public CDialog
{
// Construction
public:
CPDFToTIFFDlg(CWnd* pParent = NULL); // standard constructor
IPDF2ImagePtr m_pPDFToImage;
CQueryPasswordEvent m_QueryPassword;
BOOL bFileOpend;
int nScaleOrSize;
// Dialog Data
//{{AFX_DATA(CPDFToTIFFDlg)
enum { IDD = IDD_PDFTOTIFF_DIALOG };
CButton m_pagekeepratio;
CEdit m_pagewidth;
CEdit m_pagescale;
CEdit m_pageheight;
CEdit m_pagedpi;
CComboBox m_settiffsize;
CComboBox m_rotate;
CComboBox m_printcontent;
CComboBox m_compress;
CComboBox m_bitperpixel;
CString m_filepath;
long m_dpi;
long m_height;
long m_width;
BOOL m_removemargin;
long m_pagecount;
float m_scale;
BOOL m_keepratio;
CString m_destfile;
CString m_pagerange;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPDFToTIFFDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CPDFToTIFFDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBrowse();
afx_msg void OnPdftotiff();
afx_msg void OnDestroy();
virtual void OnCancel();
afx_msg void OnSelchangeSettiffsize();
afx_msg void OnDestbrowse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PDFTOTIFFDLG_H__0987BEC3_B0EC_4574_B7E5_242394D7F82D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -