Word) (Options.DefaultTrayID 屬性
會傳回或設定您的印表機列印文件使用預設紙匣。 讀取/寫入 WdPaperTray 。
語法
expression。 DefaultTrayID
表達 代表 Options 物件的變數。
註解
使用DefaultTray屬性搭配 [選項] 對話方塊中 [列印] 索引標籤上 [預設匣] 方塊中的字串來設定此相同選項。
範例
本範例會將 Word 設為使用上方列印紙匣,然後列印使用中文件。
Options.DefaultTrayID = wdPrinterUpperBin
ActiveDocument.PrintOut
This example returns the current setting of the Default tray option on the Print tab in the Options dialog box.
Dim lngTray As Long
lngTray = Options.DefaultTrayID
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。