--- title: "PrintPreviewControl Control" ms.date: "03/30/2017" helpviewer_keywords: - "printing [Windows Forms], print preview" - "PrintPreviewControl control (using designer)" - "PrintPreview control (using designer)" - "print preview [Windows Forms], custom interface (using designer)" ms.assetid: 3fdb2e46-92a3-4e26-bb8d-63a89087b337 --- # PrintPreviewControl Control (Windows Forms) The Windows Forms `PrintPreviewControl` is used to display a document as it will appear when printed. This control has no buttons or other user interface elements, so typically you use the `PrintPreviewControl` only if you wish to write your own print-preview user interface. If you want the standard user interface, use a control. ## In This Section [PrintPreviewControl Control Overview](printpreviewcontrol-control-overview-windows-forms.md) Introduces the general concepts of the `PrintPreviewControl`, which you can use to design your own print preview dialog or component. ## Reference Provides reference information on the class and its members. ## Related Sections [PrintPreviewDialog Control](printpreviewdialog-control-windows-forms.md) Describes an alternate way to create print preview functionality. [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md) Provides a complete list of Windows Forms controls, with links to information on their use.