You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
309 B
C

#pragma once
//<2F><>ӡ<EFBFBD><D3A1>ǰview <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
class CPrintViewMgr
{
public:
CPrintViewMgr(void);
~CPrintViewMgr(void);
CString GetPrintViewFullFilePath();
void SaveToBmpFile(HDC hDC,RECT rect);
void PrintViewToBmp(HDC hDC,RECT rect);
void PrintViewToBmpExt(CString Path,HDC hDC,RECT rect);
};