PXC_PrintDuplexMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PrintDuplexMode Enumeration}}
 
{{#customTitle:PXC_PrintDuplexMode Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_PrintDuplexMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintDuplexMode
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintDuplexMode
 
{
 
{
     PrintDuplex_Auto = 0;
+
     PrintDuplex_Auto     = 0,
     PrintDuplex_None = 1;
+
     PrintDuplex_None     = 1,
     PrintDuplex_LongEdge = 2;
+
     PrintDuplex_LongEdge = 2,
     PrintDuplex_ShortEdge = 3;
+
     PrintDuplex_ShortEdge = 3,
     PrintDuplex_Max = 4;
+
     PrintDuplex_Max       = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 28: Line 30:
 
;PrintDuplex_Max
 
;PrintDuplex_Max
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:37, 23 May 2015


Specifies the ...

Syntax

enum PXC_PrintDuplexMode
{
    PrintDuplex_Auto      = 0,
    PrintDuplex_None      = 1,
    PrintDuplex_LongEdge  = 2,
    PrintDuplex_ShortEdge = 3,
    PrintDuplex_Max       = 4,
};

Constants

PrintDuplex_Auto
The ...
PrintDuplex_None
The ...
PrintDuplex_LongEdge
The ...
PrintDuplex_ShortEdge
The ...
PrintDuplex_Max
The ...