ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Enumerations Reference / enumIGPDFDuplexEnum
In This Topic
    enumIGPDFDuplexEnum
    In This Topic

    Specifies duplex values.

    Values:

    IG_PDF_DUPLEX_OFF

    0x0000

    Respect whatever duplex option was selected in printer preferences.

    IG_PDF_DUPLEX_ON_TUMBLE_SHORT

    0x0001

    Specify Duplex mode, tumbling on the short axis of the page (e.g., tablet-style).

    IG_PDF_DUPLEX_ON_TUMBLE_LONG

    0x0002

    Specify Duplex mode, tumbling on the long axis of the page (e.g., Portrait book-style).

    IG_PDF_DUPLEX_FORCE_SIMPLEX

    0x0003

    Force simplex printing, ignoring the printer preferences.