Hi,
Is there a way to programatically set to zoom on Cef4Delphi browser ?
Thanks
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Programatically set zoom
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Programatically set zoom
Hi,
Yes. There are several procedures and properties to set the zoom in a browser.
Yes. There are several procedures and properties to set the zoom in a browser.
- TChromiumCore.IncZoomStep
- TChromiumCore.DecZoomStep
- TChromiumCore.IncZoomPct
- TChromiumCore.DecZoomPct
- TChromiumCore.ResetZoomStep
- TChromiumCore.ResetZoomLevel
- TChromiumCore.ResetZoomPct
- TChromiumCore.ReadZoom
- TChromiumCore.ZoomLevel
- TChromiumCore.ZoomPct
- TChromiumCore.ZoomStep
-
- Posts: 513
- Joined: Thu Aug 10, 2017 12:40 pm
Re: Programatically set zoom
Thank you ! 
