共用方式為


Options.PrintOddPagesInAscendingOrder 屬性 (Word)

True 是表示 如果 Microsoft Word 會以遞增順序在手動雙面列印奇數頁列印。 可讀寫的 Boolean

語法

expressionPrintOddPagesInAscendingOrder

表達 會傳回 Options 物件的運算式。

註解

如果 PrintOut 方法的 ManualDuplexPrint 引數為 False ,則會忽略此屬性。

範例

本範例會設定 Microsoft Word 在手動雙面列印時,以遞增順序列印奇數頁,並以遞減順序列印偶數頁,然後列印使用中文件。

Options.PrintOddPagesInAscendingOrder = True 
Options.PrintEvenPagesInAscendingOrder = False 
ActiveDocument.PrintOut ManualDuplexPrint:=True

另請參閱

Options 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應