PXV_PagesLayoutRegion Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_PagesLayoutRegion Structure}} | {{#customTitle:PXV_PagesLayoutRegion Structure}} | ||
Line 37: | Line 38: | ||
== See Also == | == See Also == | ||
− | + | ... |
Revision as of 07:21, 20 May 2015
Specifies the ...
Syntax
struct PXV_PagesLayoutRegion { ULONG nFlags; ULONG nPage; RECT rcVisibleRect; RECT rcPageRect; RECT rcTotalPageRect; double ZoomLevel; LONG ViewRotation; };
Members
- nFlags
- Value of ULONG ...
- nPage
- Value of ULONG ...
- rcVisibleRect
- Value of RECT ...
- rcPageRect
- Value of RECT ...
- rcTotalPageRect
- Value of RECT ...
- ZoomLevel
- Value of double ...
- ViewRotation
- Value of LONG ...
See Also
...