PXC_Destination 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:PXC_Destination Structure}}
 
{{#customTitle:PXC_Destination Structure}}
 +
{{#parentPage:PXV:PXC|PXC_Destination Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXC_Destination
 
<pre class="brush:cpp;gutter:false">struct PXC_Destination
 
{
 
{
     ULONG nPageNum;
+
     ULONG       nPageNum;
 
     PXC_DestType nType;
 
     PXC_DestType nType;
     ULONG nNullFlags;
+
     ULONG       nNullFlags;
     double dValues[4];
+
     double       dValues[4];
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

struct PXC_Destination
{
    ULONG        nPageNum;
    PXC_DestType nType;
    ULONG        nNullFlags;
    double       dValues[4];
};

Members

nPageNum
Value of ULONG ...
nType
Value of PXC_DestType ...
nNullFlags
Value of ULONG ...
dValues
Array of double ...

See Also

See also ...