Vcl.Edge.TCustomEdgeBrowser.PrintToPDF

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function PrintToPDF(const ResultFilePath: string; const PrintSettings: ICoreWebView2PrintSettings): Boolean;

C++

bool __fastcall PrintToPDF(const System::UnicodeString ResultFilePath, const Winapi::Webview2::_di_ICoreWebView2PrintSettings PrintSettings);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


Beschreibung

Druckt die aktuelle Seite asynchron in eine PDF-Datei mit den angegebenen Einstellungen.

Siehe auch