PXV_PagesLayoutRegion Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 38: Line 38:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXV_PagesLayoutRegions_Find|IPXV_PagesLayoutRegions::Find]], [[PXV:IPXV_PagesLayoutRegions_Item|IPXV_PagesLayoutRegions::Item]]

Revision as of 06:16, 23 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

IPXV_PagesLayoutRegions::Find, IPXV_PagesLayoutRegions::Item