PDFium Component Docs

OnCanResize event

Composant: TPdfView  ·  Module: PDFium
Documente l'événement OnCanResize publié par TPdfView.

Syntax

property OnCanResize;

Description

OnCanResize expose l'événement VCL/LCL standard sur TPdfView. La section de syntaxe reflète Lib\PDFium.pas ; les déclarations sans type d'événement explicite héritent leur type du contrôle de base.

Traitez cet événement lorsque l'application hôte doit réagir aux interactions du viewer. Pour la navigation de liens PDF, privilégiez OnAnnotationLinkClick et OnWebLinkClick.

Remarks

Example

Assign a compatible framework event handler and keep PDF-specific link handling in the dedicated link events.

See Also

TPdfView, OnMouseDown, OnAnnotationLinkClick, OnWebLinkClick