Vcl.Edge.TCustomEdgeBrowser.PrintToPDF
Delphi
function PrintToPDF(const ResultFilePath: string; const PrintSettings: ICoreWebView2PrintSettings): Boolean;
C++
bool __fastcall PrintToPDF(const System::UnicodeString ResultFilePath, const Winapi::Webview2::_di_ICoreWebView2PrintSettings PrintSettings);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Vcl.Edge.pas Vcl.Edge.hpp |
Vcl.Edge | TCustomEdgeBrowser |
Description
Imprime la page en cours au format PDF de façon asynchrone avec les paramètres fournis.