Document.PrintOut 方法
列印文件的全部或部分內容。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word.v4.0.Utilities (在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)
Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Sub PrintOut ( _
ByRef Background As Object, _
ByRef Append As Object, _
ByRef Range As Object, _
ByRef OutputFileName As Object, _
ByRef From As Object, _
ByRef To As Object, _
ByRef Item As Object, _
ByRef Copies As Object, _
ByRef Pages As Object, _
ByRef PageType As Object, _
ByRef PrintToFile As Object, _
ByRef Collate As Object, _
ByRef ActivePrinterMacGX As Object, _
ByRef ManualDuplexPrint As Object, _
ByRef PrintZoomColumn As Object, _
ByRef PrintZoomRow As Object, _
ByRef PrintZoomPaperWidth As Object, _
ByRef PrintZoomPaperHeight As Object _
)
void PrintOut(
ref Object Background,
ref Object Append,
ref Object Range,
ref Object OutputFileName,
ref Object From,
ref Object To,
ref Object Item,
ref Object Copies,
ref Object Pages,
ref Object PageType,
ref Object PrintToFile,
ref Object Collate,
ref Object ActivePrinterMacGX,
ref Object ManualDuplexPrint,
ref Object PrintZoomColumn,
ref Object PrintZoomRow,
ref Object PrintZoomPaperWidth,
ref Object PrintZoomPaperHeight
)
參數
- Background
型別:System.Object%
true 表示當 Microsoft Office Word 列印文件時,繼續執行自訂程式碼。
- Append
型別:System.Object%
true 表示將文件附加至 OutputFileName 引數所指定的檔案,false 則表示覆寫 OutputFileName 的內容。
- Range
型別:System.Object%
頁面範圍。可以是任何的 WdPrintOutRange 值。
- OutputFileName
型別:System.Object%
如果 PrintToFile 為 true,這個引數會指定輸出檔的路徑和檔名。
- From
型別:System.Object%
當 Range 設定為 wdPrintFromTo 時的起始頁碼。
- To
型別:System.Object%
當 Range 設定為 wdPrintFromTo 時的結束頁碼。
- Item
型別:System.Object%
要列印的項目。可以是任何的 WdPrintOutItem 值。
- Copies
型別:System.Object%
要列印的份數。
- Pages
型別:System.Object%
要列印的頁數和頁面範圍,以逗號分隔。例如,"2, 6-10" 會列印第 2 頁及第 6 到第 10 頁。
- PageType
型別:System.Object%
要列印的頁面類型。可以是任何的 WdPrintOutPages 值。
- PrintToFile
型別:System.Object%
true 表示將印表機指令傳送至檔案。請確定使用 OutputFileName 指定檔案名稱。
- Collate
型別:System.Object%
當列印文件的多份複本時,true 表示先列印文件的所有頁面,再列印下一份複本。
- ActivePrinterMacGX
型別:System.Object%
這個引數只適用於 Microsoft Office Macintosh 版本。如需這個引數的詳細資訊,請參閱 Microsoft Office Macintosh 版本所附的語言參考說明。
- ManualDuplexPrint
型別:System.Object%
true 表示在沒有雙面列印套件的印表機上列印雙面文件。如果此引數為 true,則會忽略 PrintBackground 和 PrintReverse 屬性。使用 PrintOddPagesInAscendingOrder 和 PrintEvenPagesInAscendingOrder 屬性控制手動雙面列印期間的輸出。這個引數可能因您所選取或安裝的語言支援 (例如,美式英語) 而定,有些常數可能無法使用。
- PrintZoomColumn
型別:System.Object%
要讓 Word 在單頁上水平顯示的頁數。可以是 1、2、3 或 4。和 PrintZoomRow 引數搭配使用,在單一工作表上列印多頁。
- PrintZoomRow
型別:System.Object%
要讓 Word 在單頁上垂直顯示的頁數。可以是 1、2 或 4。和 PrintZoomColumn 引數搭配使用,在單一工作表上列印多頁。
- PrintZoomPaperWidth
型別:System.Object%
Word 所調整列印頁面的寬度,以 Twip 為單位 (20 Twip = 1 點,72 點 = 1 英吋)。
- PrintZoomPaperHeight
型別:System.Object%
Word 所調整列印頁面的高度,以 Twip 為單位 (20 Twip = 1 點,72 點 = 1 英吋)。
備註
選擇性參數
如需選擇性參數的詳細資訊,請參閱Office 方案中的選擇性參數。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。