Skip to content

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.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool PrintFullWebPage { get; set; }
Visual Basic
Public Property PrintFullWebPage As Boolean
	Get
	Set
Visual C++
public:
property bool PrintFullWebPage {
	bool get ();
	void set (bool value);
}

See Also