Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Topik ini tidak terkini. Untuk informasi terbaru, lihat Spesifikasi Skema Cetak.
Menentukan perilaku generasi hitam untuk pemisahan CMYK.
- Informasi Elemen
- Konten Struktural
- Konten Bahasa Markup yang Dapat Diperluas (XML)
Informasi Elemen
| Nama | Nilai |
|---|---|
| Jenis Elemen |
Fitur |
| Awalan Cakupan |
Halaman |
| Catatan |
Tidak |
Konten Struktural
Struktur XML dari elemen ini adalah:
<psf:Feature name="psk:PageBlackGenerationProcessing">
<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>
</psf:Option>
</psf:Feature>
Variabel Struktur
Tabel berikut menguraikan karakteristik variabel yang ditentukan dalam struktur XML.
| Nama | Jenis data | Satuan | Nilai yang didukung | Ringkasan |
|---|---|---|---|---|
| _OptionName_ |
tali |
Karakter |
Nama yang sepenuhnya memenuhi syarat yang valid seperti yang didefinisikan oleh Namespace di XML. Jika tidak ada namespace yang ditentukan, namespace default diasumsikan. |
Nama opsi. |
| _IdentityOptionValue_ |
tali |
N/a |
Benar, False. |
Menentukan Opsi yang ketika dipilih akan menonaktifkan fitur ini. |
Konten Bahasa Markup (XML) yang Dapat Diperluas
Kata kunci Skema Cetak publik ditentukan dalam namespace https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords. Konten Extensible Markup Language (XML) publik untuk kata kunci ini didefinisikan di bawah ini:
<psf:Feature name="psk:PageBlackGenerationProcessing">
<psf:Option name="psk:Automatic" />
<psf:Option name="psk:Custom">
<!-- The max allowable sum of the four ink coverages anywhere in an image. -->
<psf:ScoredProperty name="psk:TotalInkCoverageLimit">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingTotalInkCoverageLimit" />
</psf:ScoredProperty>
<!-- The maximum allowed K channel value. -->
<psf:ScoredProperty name="psk:BlackInkLimit">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingBlackInkLimit" />
</psf:ScoredProperty>
<!-- The percentage of gray component replacement to perform. -->
<psf:ScoredProperty name="psk:GrayComponentReplacementLevel">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingGrayComponentReplacementLevel" />
</psf:ScoredProperty>
<!-- The point in the highlight to shadow range where GCR should start (100% = darkest shadow). -->
<psf:ScoredProperty name="psk:GrayComponentReplacementStart">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingGrayComponentReplacementStart" />
</psf:ScoredProperty>
<!-- The extented beyond neutrals (into chromatic colors) that GCR applies. 0% = Undercolor component replacement, 100% = Gray component replacement. -->
<psf:ScoredProperty name="psk:GrayComponentReplacementExtent">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingGrayComponentReplacementExtent" />
</psf:ScoredProperty>
<!-- The shadow level below which UCA will be applied. -->
<psf:ScoredProperty name="psk:UnderColorAdditionStart">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingUnderColorAdditionStart" />
</psf:ScoredProperty>
<!-- The amount chromatic ink (in gray component ratios) to add to areas where GCR/UCR has generated "BlackInkLimit" (or UCAStart, if specified) in the dark neutrals and near-neutral areas. -->
<psf:ScoredProperty name="psk:UnderColorAdditionLevel">
<psf:ParameterRef name="psk:PageBlackGenerationProcessingUnderColorAdditionLevel" />
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>