共用方式為


printSupport2:PrintSupportVirtualPrinter

指定要與應用程式一起安裝的虛擬端點列印佇列。

元素階層

<套件>

     <應用程式>

          <應用程式>

               <擴充功能>

                    <printSupport2:Extension>

                         <printSupport2:PrintSupportVirtualPrinter>

語法

<printSupport2:PrintSupportVirtualPrinter 
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
  PdcFile = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: `<`, `>`, `:`, `"`, `|`, `?`, or `*`.'
  PdrFile = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: `<`, `>`, `:`, `"`, `|`, `?`, or `*`.".'
  PreferredInputFormat = 'A string that can have one of the following values: *application/oxps*, *application/postscript*.'
  PrinterUri = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: `<`, `>`, `:`, `"`, `|`, `?`, or `*`.'
  OutputFileTypes = 'A string containing a comma-delimited list of file extensions.'
>

  <!-- Child elements -->
  SupportedFormats
</printSupport2:PrintSupportVirtualPrinter>

屬性和元素

屬性

屬性 描述 數據類型 必填 預設值
DisplayName 虛擬印表機的顯示名稱。 '長度介於 1 到 256 個字元之間的字串。 此字串可當地語系化。 是的
PdcFile 虛擬印表機的印表裝置功能 (PDC) 檔案,可定義印表機功能和任何自定義功能、選項或參數。 路徑必須指向應用程式套件內的資源檔。 檔案必須使用 PDC XML 格式。 長度介於 1 到 256 個字元的字串,不能包含下列字元:<>:"|?* 是的
PdrFile 虛擬印表機的印表裝置資源 (PDR) 檔案。 如果提供,路徑必須指向應用程式套件內的資源檔。 如果應用程式想要當地語系化自定義列印喜好設定,應用程式應該指定 PDR 檔案。 如果未指定 PDR 檔案,列印系統將會執行列印喜好設定的資源當地語系化。 長度介於 1 到 256 個字元的字串,不能包含下列字元:<>:"|?*
PreferredInputFormat 虛擬印表機慣用的輸入 PDL 格式。 Windows 列印系統會在將所有列印路徑的 PDL 資料提供給虛擬印表機之前,先產生此格式。 具有下列其中一個值的字串:application/oxpsapplication/postscript
PrinterUri 印表支援應用程式 (PSA) 可用來識別印表機的唯一 URI。 如果應用程式安裝多個虛擬印表機,這個值可用來區分印表機。 這是呼叫 IppPrintDevice.PrinterUri 屬性所傳回的值,。 如果未指定 URI,Windows 會將任意唯一 URI 指派給印表機。 長度介於 1 到 256 個字元的字串,不能包含下列字元:<>:"|?*
OutputFileTypes 指定虛擬印表機支援的輸出檔案類型。 當應用程式指定此欄位的值時,Windows 列印系統會建立標示為檔案印表機的印表機佇列,當應用程式開始列印時,另存新檔 對話框會顯示給使用者,而且在該對話框中,允許的延伸模組會限制為指定的值。 如果虛擬印表機不想要檔案列印行為,則此屬性不應該包含在指令清單中。 字串,包含以逗號分隔的擴展名清單。 例如,“pdf,pwgr,ps”

子專案

子專案 描述
SupportedFormats 指定虛擬印表機所支援的頁面描述語言 (PDL) 格式。

父元素

父元素 描述
printsupport2:Extension 宣告列印支援應用程式的擴充點,並新增虛擬印表機的支援。

言論

如需開發列印支援應用程式的詳細資訊,請參閱 列印支援應用程式設計指南

要求

專案 價值
命名空間 http://schemas.microsoft.com/appx/manifest/printsupport/windows10/2