Back to Devexpress

PrintControl Class

windowsforms-devexpress-dot-xtraprinting-dot-control.md

latest2.7 KB
Original Source

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

csharp
public class PrintControl :
    DocumentViewerBase,
    IPrintControl,
    IScrollService,
    IZoomService
vb
Public Class PrintControl
    Inherits DocumentViewerBase
    Implements IPrintControl,
               IScrollService,
               IZoomService

The following members return PrintControl objects:

Remarks

The following image illustrates the PrintControl.

Implements

IXtraResizableControl

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl DocumentViewerBase PrintControl DocumentViewer

See Also

PrintControl Members

Document Viewer

DevExpress.XtraPrinting.Control Namespace