home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Struct CPrintInfo

   in AFXEXT.H

struct CPrintInfo

Informational data structures


Field Summary
 BOOL m_bContinuePrinting
          
 BOOL m_bDirect
          
 BOOL m_bDocObject
          
 BOOL m_bPreview
          
 DWORD m_dwFlags
          
 LPVOID m_lpUserData
          
 UINT m_nCurPage
          
 UINT m_nNumPreviewPages
          
 UINT m_nOffsetPage
          
 CPrintDialog* m_pPD
          
 CRect m_rectDraw
          
 CString m_strPageDesc
          
 
Constructor Summary
CPrintInfo()
          
~CPrintInfo()
          
 
Method Summary
 UINT GetFromPage() const
          
 UINT GetMaxPage() const
          
 UINT GetMinPage() const
          
 UINT GetOffsetPage() const
          
 UINT GetToPage() const
          
 void SetMaxPage( UINT nMaxPage )
          
 void SetMinPage( UINT nMinPage )
          
 

Field Detail

m_bContinuePrinting

public BOOL m_bContinuePrinting;

m_bDirect

public BOOL m_bDirect;

m_bDocObject

public BOOL m_bDocObject;

m_bPreview

public BOOL m_bPreview;

m_dwFlags

public DWORD m_dwFlags;

m_lpUserData

public LPVOID m_lpUserData;

m_nCurPage

public UINT m_nCurPage;

m_nNumPreviewPages

public UINT m_nNumPreviewPages;

m_nOffsetPage

public UINT m_nOffsetPage;

m_pPD

public CPrintDialog* m_pPD;

m_rectDraw

public CRect m_rectDraw;

m_strPageDesc

public CString m_strPageDesc;


Constructor Detail

CPrintInfo

public CPrintInfo();

~CPrintInfo

public ~CPrintInfo();


Method Detail

GetFromPage

public UINT GetFromPage() const;

GetMaxPage

public UINT GetMaxPage() const;

GetMinPage

public UINT GetMinPage() const;

GetOffsetPage

public UINT GetOffsetPage() const;

GetToPage

public UINT GetToPage() const;

SetMaxPage

public void SetMaxPage( UINT nMaxPage );

SetMinPage

public void SetMinPage( UINT nMinPage );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD