PXV_PagesLayoutRegion Structure

From PDF XChange PDF SDK
Revision as of 22:55, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...