Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtPPVW < CExtGridWnd > question (part3) Collapse All
Subject Author Date
tera tera Apr 22, 2009 - 4:08 AM

Hello.


I want to add the footer of multiple lines and the header of multiple lines to PPVW.


Thanks,


 

Technical Support Apr 22, 2009 - 11:32 AM

This feature is not implemented yet. But, in Prof-UIS 2.85 you can reserve additional space at page borders. The CExtPPVW_Printable::m_rcPageMarginsHM property is the rectangle describing outer page margins in MM_HIMETRIC values. These margins are the white empty space near page borders. You can extend these margins and use additional white space for painting your custom content. The CExtPPVW_Printable::OnPrepareDC() virtual method is invoked for each CMetaFileDC of each printed/previewed page.