NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintPreviewControl Class

The raw "preview" part of print previewing, without any dialogs or buttons. Most PrintPreviewControl's are found on PrintPreviewDialog's, but they don't have to be.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               PrintPreviewControl

[Visual Basic]
Public Class PrintPreviewControl
   Inherits RichControl
[C#]
public class PrintPreviewControl : RichControl
[C++]
public __gc class PrintPreviewControl : public RichControl
[JScript]
public class PrintPreviewControl extends RichControl

Remarks

When you create an instance of PrintPreviewControl, some of the read/write propertries are set to initial values. For a list of these values, see the System.WinForms.PrintPreviewControl.PrintPreviewControl contructor.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

PrintPreviewControl Members | System.WinForms Namespace | PrintPreviewDialog