IWpfWebBrowserPrintCommand Property |
Version 130.1.90
Prints the current browser contents.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ICommand PrintCommand { get; }
property ICommand^ PrintCommand {
ICommand^ get ();
}
Property Value
ICommandThe print command.
See Also