Vcl.Edge.TCustomEdgeBrowser.Print

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Print(const PrintSettings: ICoreWebView2PrintSettings): Boolean;

C++

bool __fastcall Print(const Winapi::Webview2::_di_ICoreWebView2PrintSettings PrintSettings);

Properties

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

Description

Print the current web page asynchronously to the specified printer with the provided settings.

See Also