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.
Subject |
Author |
Date |
|
tera tera
|
Apr 22, 2009 - 3:57 AM
|
Hello. Cannot PPVW pull a ruled line?
|
|
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.
|
|
tera tera
|
Apr 23, 2009 - 3:50 AM
|
Hello. I create a function by myself.
|
|