Vcl.Edge.TCustomEdgeBrowser.PrintToPDF

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


説明

指定された設定を使用して、PDFに、現在のページを非同期的に印刷します。

関連項目