ITMSFNCCustomWebBrowserPrint.PrintToPDFStream Method
Exports the current page to PDF using the specified settings and raises the stream-ready event with the result.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowserPrint
Overloads
Overload 1
Exports the current page to PDF using the specified settings and raises the stream-ready event with the result.
procedure PrintToPDFStream(APrintSettings: TTMSFNCWebBrowserPrintSettings); overload;
Parameters
| Name | Description |
|---|---|
APrintSettings |
Print settings used for the PDF layout. |
Overload 2
Exports the current page to PDF using default settings and raises the stream-ready event with the result.
procedure PrintToPDFStream; overload;