PDFiumPas 文件

NightDuotoneInk 屬性

元件: TPdfView  ·  單元: PDFium
控制 reNightDuotone 低視覺輔助轉譯選項所使用的墨色

Syntax

property NightDuotoneInk: TColor;

Description

當 Options 中含有 reNightDuotone 時,TPdfView 會在繪製疊加層之前,將轉譯後的頁面亮度對應到 NightDuotoneInk 與 NightDuotonePaper

當 reNightDuotone 作用中時,指定此屬性會立即使檢視器失效

Remarks

Example

PdfView1.NightDuotoneInk := $0000C8FF;
PdfView1.Options := PdfView1.Options + [reNightDuotone];

See Also

TPdfView.NightDuotonePaper, TPdfView.Options, DuotonePdfBitmap