Docs de PDFiumPas

Canvas Propiedad

Esta entrada API conserva identificadores, firmas, bloques de código y términos PDF en su forma original.
Componente: TPdfView  ·  Unidad: PDFium
Drawing canvas exposed by the control after a page is rendered.

Sintaxis

property Canvas: TCanvas;

Descripción

Drawing canvas exposed by the control after a page is rendered.

Úsalo en OnPaint para superponer gráficos personalizados sobre la página renderizada

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.

Notas

Ejemplo

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

Véase también

Active, Pdf, Options, Zoom