<< Return to Main Index

< Return to Class Index

CGXPageBreakPlugin::m_bFitToPages

BOOL m_bFitToPages;

Remarks

This Boolean variable indicating the page break mode. If it is TRUE, this class will ignore all other page break position and try to break the grid as even as possible into m_nColPages page in column and m_nRowPages page in row, i.e. a total of m_nColPages x m_nRowPages pages. The class will also scale the DC to accommodate this. So the print preview and the printout will get an effect of zoomed in or zoomed out. If it is FALSE, no scaling will be done and m_nColPages and m_nRowPages will not be used. The grid will use the page break position data to break the grid into pages and user can use mouse to visually set page break.

See Also

CGXPageBreakPlugin::m_nColPages CGXPageBreakPlugin::m_nRowPages CGXPageBreakPlugin::SetPageGrid

CGXPageBreakPlugin

Class Overview | Class Members