TTMSFNCWebBrowser.PrintToPDFStream Method
Renders the current page to a PDF stream using the supplied settings. The result is delivered via
OnGetPrintPDFStream.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Overloads
Overload 1
Renders the current page to a PDF stream using the supplied settings. The result is delivered via
OnGetPrintPDFStream.
procedure PrintToPDFStream(APrintSettings: TTMSFNCWebBrowserPrintSettings); overload; override;
Parameters
| Name | Description |
|---|---|
APrintSettings |
Layout settings for the PDF output. See TTMSFNCWebBrowserPrintSettings. |
Overload 2
Renders the current page to a PDF stream using default settings. The result is delivered via
OnGetPrintPDFStream.
procedure PrintToPDFStream; overload; override;