printingPass
Description
Provides the ability to print only odd numbered pages or only even numbered pages. To reset printing, specify ‘all’ pages.
Note that when previewing, pages that will not be printed are shown with a heavy grey background.
This is a read/write property.
Syntax
enhancedFormatting.printPass = 'odd' | 'even' | 'odd&even' | 'all';
Example
Check out the source code of the ScriptX Page Range sample.