PIN 印刷のサンプル PrintTicket ファイル
重要
Windows でプリンターとの通信手段として推奨されるのは、最新の印刷プラットフォームです。 プリンターデバイス開発におけるWindows 10および11での印刷体験をカスタマイズするために、MicrosoftのIPPインボックスクラスドライバーとPrint Support Apps (PSA)の使用を推奨します。
詳細については、最新の印刷プラットフォームに関する記事および「印刷サポート アプリの設計ガイド」を参照してください 。
PIN 印刷を指定する方法を示す PrintTicket ファイルのサンプルを次に示します。
<?xml version="1.0"?>
<psf:PrintTicket xmlns:psf="https://schemas.microsoft.com/windows/2003/08/printing/printschemaframework"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="https://www.w3.org/2001/XMLSchema" version="1"
xmlns:psk="https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords"
xmlns:pskv11=" https://schemas.microsoft.com/windows/2013/05/printing/printschemakeywordsv11">
<psf:ParameterInit name="pskv11:JobPasscodeString">
<psf:Value xsi:type="xsd:string">123456</psf:Value>
</psf:ParameterInit>
<psf:Feature name="pskv11:JobPasscode">
<psf:Option name="psk:On" />
</psf:Feature>
</psf:PrintTicket>
保護された印刷の詳細については、「保護された印刷のドライバーのサポート」を参照してください。