PXC_PrintDuplexMode Enumeration

From PDF XChange PDF SDK
Revision as of 08:58, 24 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also

See also ...