Gets or sets the associated PrintPreviewControl used for preview the preinted document.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public Property Preview As PrintPreviewControl
C#
public PrintPreviewControl Preview { get; set; }
Visual C++
public:
property PrintPreviewControl^ Preview {
	PrintPreviewControl^ get ();
	void set (PrintPreviewControl^ value);
}
JavaScript
function get_preview();
function set_preview(value);

See Also