Table of Contents

ITMSFNCCustomWebBrowserPrint Interface

Provides print and PDF export operations for the current browser page.

API unit family: TMSFNCWebBrowser Extends: IInterface

Syntax

ITMSFNCCustomWebBrowserPrint = interface(IInterface)

Methods

Name Description
Print Prints the current page using default print settings.
PrintToPDF Saves the current page as a PDF file at the specified path using the specified print settings.
PrintToPDFStream Exports the current page to PDF using the specified settings and raises the stream-ready event with the result.
ShowPrintUI Opens the platform print dialog for the current page.