PDFium Component Docs

Canvas property

Component: TPdfView  ·  Unit: PDFium
Platno za crtanje koje izlaže kontrola nakon što je stranica renderirana.

Syntax

property Canvas: TCanvas;

Description

Platno za crtanje koje izlaže kontrola nakon što je stranica renderirana.

Koristite u OnPaint za prekrivanje prilagođene grafike na renderiranoj stranici.

All TPdfView display properties trigger a repaint when assigned; you can change several in sequence without flicker because the redraw is coalesced into a single invalidation.

Remarks

Example

begin
  PdfView1.Canvas := {value};
  PdfView1.Active := True;
end;

See Also

Active, Pdf, Options, Zoom