PDFium Component Docs

Options property

Component: TPdfView  ·  Unit: PDFium
Himpunan petunjuk rendering dan opsi low-vision pasca-render TPdfView

Syntax

property Options: TRenderOptions;

Description

Himpunan petunjuk rendering seperti optimasi LCD, anotasi, rendering skala-abu, dan kontrol smoothing

reInvert dan reNightDuotone adalah transformasi low-vision pasca-render khusus TPdfView yang diterapkan setelah setiap ubin halaman dirender dan sebelum overlay dilukis

reNightDuotone menggunakan NightDuotoneInk dan NightDuotonePaper; ketika baik reInvert maupun reNightDuotone ditetapkan, reInvert lebih diutamakan

Remarks

Example

begin
  PdfView1.Options := PdfView1.Options + [reNightDuotone];
  PdfView1.NightDuotoneInk := $0000C8FF;
  PdfView1.Active := True;
end;

See Also

Active, Pdf, NightDuotoneInk, NightDuotonePaper, Zoom