Skip to main content

PrintControl Class

As part of the DocumentViewer control, provides a canvas on which document pages are drawn in a Print Preview.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v25.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public class PrintControl :
    DocumentViewerBase,
    IPrintControl,
    IScrollService,
    IZoomService

The following members return PrintControl objects:

Remarks

The following image illustrates the PrintControl.

PrintControl

Important

To use the PrintControl control (or to customize DevExpress Reporting UI controls) in a WinForms application, you need a subscription that includes DevExpress WinForms UI Controls: WinForms, DXperience, or Universal. With the DevExpress Reporting Subscription, you can only use the ReportPrintTool and ReportDesignTool classes to display Print Preview and the End-User Report Designer dialogs. For more information, refer to: Installation - Subscriptions that Include Reporting Components.

See Also