DocumentCoverBack

Bu konu güncel değil. En güncel bilgiler için bkz. Yazdırma Şeması Belirtimi.

Arka (bitiş) kapak sayfasını açıklar. Her belge ayrı bir sayfaya sahip olur. Kapak sayfası, belgenin son sayfası için kullanılan PageMediaSize ve PageMediaType üzerine yazdırılmalıdır. Kapak sayfası, belirtilen Seçenek tarafından belirtilen işleme seçenekleriyle (DocumentDuplex, DocumentNUp gibi) tümleştirilmelidir.

Öğe Bilgileri

Ad Değer
Öğe Türü
Özellik
Kapsam Belirleme Ön Eki
Belge
Notlar
XPS uyumlu tüketiciler, Yazdırma Özellikleri belgesindeki veya PrintTicket'teki görüntü veya renk profili gibi bir kaynağa yönelik URI başvurularının, sonuç PrintTicket'i içeren aynı XPS Belge paketindeki bir parça adına (paket köküne göreli bir URI) başvurması GEREKIR. Uyumlu bir XPS tüketicisi, parça adı söz dizimi ile uyumlu olmayan bir URI KULLANMAMALIDIR. Bu ayarlar XPS'ye özeldir.
Yazdırma Özellikleri belgesinde veya PrintTicket'te başvurulan URI'ler URL olarak çözümLENMEMELİDİ. Bu, amaçlandığı gibi çözümlenemedikleri ve sürücü ve işletim sistemi için zararlı güvenlik riskleri oluşturabilecekleri için güvenli değildir.

Yapısal İçerik

Bu öğenin XML yapısı:

<psf:Feature name="psk:DocumentCoverBack">
  <psf:Property name="psf:SelectionType">
    <psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
  </psf:Property>
  <psf:Option name="psk:_OptionName_">
    <psf:Property name="psf:IdentityOption">
      <psf:Value xsi:type="xs:string">_IdentityOptionValue_</psf:Value>
    </psf:Property>
    <!--Specifies the XPS specific part name for the back cover sheet-->
    <psf:ScoredProperty name="psk:CoverBackSource">
      <psf:ParameterRef name="psk:DocumentCoverBackSource" />
    </psf:ScoredProperty>
  </psf:Option>
</psf:Feature>

Yapı Değişkenleri

Aşağıdaki tabloda XML yapısında tanımlanan değişkenlerin özellikleri özetlenmiştir.

Ad Veri tipi Birim Desteklenen değerler Özet
_OptionName_
dizgi
Karakter
XML Ad Alanları tarafından tanımlanan geçerli tam ad. Ad alanı belirtilmezse varsayılan ad alanı varsayılır.
Seçeneğin adı.
_IdentityOptionValue_
dizgi
Yok
Doğru, Yanlış.
Seçildiğinde bu özelliği devre dışı bırakabilen bir Seçenek tanımlar.

Genişletilebilir Biçimlendirme Dili (XML) İçeriği

Genel Yazdırma Şeması anahtar sözcükleri https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords ad alanında tanımlanır. Bu anahtar sözcüğün genel Genişletilebilir Biçimlendirme Dili (XML) içeriği aşağıda tanımlanmıştır:

<psf:Feature name="psk:DocumentCoverBack">
  <psf:Property name="psf:SelectionType">
    <psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
  </psf:Property>
  <!-- Specifies no cover will be output -->
  <psf:Option name="psk:NoCover" />
  <!-- Specifies the cover indicated by "CoverBackSource" should be printed on the back side 
       of the cover sheet.  If a DocumentCoverBackSource ParameterInit element is not specified, 
       this Option should be ignored. -->
  <psf:Option name="psk:PrintBack">
    <psf:ScoredProperty name="psk:CoverBackSource">
      <psf:ParameterRef name="psk:DocumentCoverBackSource" />
    </psf:ScoredProperty>
  </psf:Option>
  <!-- Specifies the cover indicated by "CoverBackSource" may be printed on either sides 
       of the cover sheet.  If a DocumentCoverBackSource ParameterInit element is not specified, 
       this Option should be ignored. -->
  <psf:Option name="psk:PrintBoth">
    <psf:ScoredProperty name="psk:CoverBackSource">
      <psf:ParameterRef name="psk:DocumentCoverBackSource" />
    </psf:ScoredProperty>
  </psf:Option>
  <!-- Specifies the cover indicated by "CoverBackSource" should be printed on the front side 
       of the cover sheet.  If a DocumentCoverBackSource ParameterInit element is not specified, 
       this Option should be ignored. -->
  <psf:Option name="psk:PrintFront">
    <psf:ScoredProperty name="psk:CoverBackSource">
      <psf:ParameterRef name="psk:DocumentCoverBackSource" />
    </psf:ScoredProperty>
  </psf:Option>
  <!-- Specifies a blank cover sheet should be printed. -->
  <psf:Option name="psk:BlankCover" />
</psf:Feature>

Yazdırma Şeması Belirtimi