CuteEditor for .NET 6.0 Class Library

Editor.PrintFullWebPage Property

By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page.

[Visual Basic]
Public Property PrintFullWebPage As Boolean
[C#]
public bool PrintFullWebPage {get; set;}

See Also

Editor Class | CuteEditor Namespace