PXV_PagesLayoutRegion Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_PagesLayoutRegion Structure}} | {{#customTitle:PXV_PagesLayoutRegion Structure}} | ||
+ | {{#parentPage:PXV:PXV|PXV_PagesLayoutRegion Structure|structure}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">struct PXV_PagesLayoutRegion | <pre class="brush:cpp;gutter:false">struct PXV_PagesLayoutRegion | ||
{ | { | ||
− | ULONG nFlags; | + | ULONG nFlags; |
− | ULONG nPage; | + | ULONG nPage; |
− | RECT rcVisibleRect; | + | RECT rcVisibleRect; |
− | RECT rcPageRect; | + | RECT rcPageRect; |
− | RECT rcTotalPageRect; | + | RECT rcTotalPageRect; |
double ZoomLevel; | double ZoomLevel; | ||
− | LONG ViewRotation; | + | LONG ViewRotation; |
}; | }; | ||
</pre> | </pre> |
Revision as of 07:02, 23 April 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
See also ...