PXV_SnapInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_SnapInfo Structure}}
 
{{#customTitle:PXV_SnapInfo Structure}}
 +
{{#parentPage:PXV:PXV|PXV_SnapInfo Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXV_SnapInfo
 
<pre class="brush:cpp;gutter:false">struct PXV_SnapInfo
 
{
 
{
     ULONG nSize;
+
     ULONG     nSize;
     ULONG nPage;
+
     ULONG     nPage;
     ULONG nFlags;
+
     ULONG     nFlags;
 
     PXC_PointF ptPage;
 
     PXC_PointF ptPage;
 
};
 
};

Revision as of 07:02, 23 April 2015


Specifies the ...

Syntax

struct PXV_SnapInfo
{
    ULONG      nSize;
    ULONG      nPage;
    ULONG      nFlags;
    PXC_PointF ptPage;
};

Members

nSize
Value of ULONG ...
nPage
Value of ULONG ...
nFlags
Value of ULONG ...
ptPage
Value of PXC_PointF ...

See Also

See also ...