IDevMode Interface
From PDF XChange PDF SDK
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IDevMode Interface}} | {{#customTitle:IDevMode Interface}} | ||
+ | {{#parentPage:PXV:Common_Interfaces|IDevMode|interface}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | '''IDevMode''' object provides an access to [https://msdn.microsoft.com/en-us/library/windows/desktop/dd183565 DEVMODE] structure members. Before printing document, the Editor send a '''e.document.beforePrint''' [[PXV:IPXV_BeforePrintEvent|event]] | + | '''IDevMode''' object provides an access to [https://msdn.microsoft.com/en-us/library/windows/desktop/dd183565 DEVMODE] structure members. Before printing document, the Editor send a '''e.document.beforePrint''' [[PXV:IPXV_BeforePrintEvent|event]] that contains information that describes future printing process. |
== Properties == | == Properties == | ||
Line 39: | Line 41: | ||
| [[PXV:IDevMode_YResolution|YResolution]] | | [[PXV:IDevMode_YResolution|YResolution]] | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPrintTarget_UpdateDC|IPrintTarget::UpdateDC]], [[PXV:IPrintTarget_DevMode|IPrintTarget::DevMode]] |
Latest revision as of 01:53, 25 May 2015
IDevMode object provides an access to DEVMODE structure members. Before printing document, the Editor send a e.document.beforePrint event that contains information that describes future printing process.