ITMSFNCCustomWebBrowserPrint.Print Method
Prints the current page using default print settings.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowserPrint
Overloads
Overload 1
Prints the current page using default print settings.
procedure Print; overload;
Overload 2
Prints the current page using the specified print settings.
procedure Print(APrintSettings: TTMSFNCWebBrowserPrintSettings); overload;
Parameters
| Name | Description |
|---|---|
APrintSettings |
Print settings controlling margins, orientation, and scale. |