Vcl.Edge.TCustomEdgeBrowser.PrintToPDF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

Prints the current page to PDF asynchronously with the provided settings.

See Also