PDFium Delphi Component Docs

Options lastnost

Component: TPdfView  ·  Unit: PDFium
Množica namigov izrisa in možnosti nizkega vida po izrisu, specifične za TPdfView

Syntax

property Options: TRenderOptions;

Description

Množica namigov izrisa, kot so optimizacija LCD, pripombe, sivinski izris in nadzor glajenja

reInvert in reNightDuotone sta transformaciji nizkega vida po izrisu, specifični za TPdfView, ki se uveljavita po izrisu vsake ploščice strani in pred barvanjem prekrivnih plasti

reNightDuotone uporablja NightDuotoneInk in NightDuotonePaper; ko sta skupaj nastavljeni reInvert in reNightDuotone, ima reInvert prednost

Remarks

Example

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

See Also

Active, Pdf, NightDuotoneInk, NightDuotonePaper, Zoom