PXC_DestType Enumeration

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_DestType Enumeration}}
 
{{#customTitle:PXC_DestType Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_DestType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_DestType
 
<pre class="brush:cpp;gutter:false">enum PXC_DestType
 
{
 
{
     Dest_XYZ = 0;
+
     Dest_XYZ   = 0;
     Dest_Fit = 1;
+
     Dest_Fit   = 1;
     Dest_FitH = 2;
+
     Dest_FitH   = 2;
     Dest_FitV = 3;
+
     Dest_FitV   = 3;
     Dest_FitR = 4;
+
     Dest_FitR   = 4;
     Dest_FitB = 5;
+
     Dest_FitB   = 5;
     Dest_FitBH = 6;
+
     Dest_FitBH = 6;
     Dest_FitBV = 7;
+
     Dest_FitBV = 7;
 
     _Dest_Last_ = 8;
 
     _Dest_Last_ = 8;
 
};
 
};

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

enum PXC_DestType
{
    Dest_XYZ    = 0;
    Dest_Fit    = 1;
    Dest_FitH   = 2;
    Dest_FitV   = 3;
    Dest_FitR   = 4;
    Dest_FitB   = 5;
    Dest_FitBH  = 6;
    Dest_FitBV  = 7;
    _Dest_Last_ = 8;
};

Constants

Dest_XYZ
The ...
Dest_Fit
The ...
Dest_FitH
The ...
Dest_FitV
The ...
Dest_FitR
The ...
Dest_FitB
The ...
Dest_FitBH
The ...
Dest_FitBV
The ...
_Dest_Last_
The ...

See Also

See also ...