Back to Devexpress

DocumentViewer Class

windowsforms-devexpress-dot-xtraprinting-dot-preview.md

latest3.0 KB
Original Source

DocumentViewer Class

The control to publish (preview, print and export) documents in Windows Forms applications.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[DXLicenseWinReporting]
public class DocumentViewer :
    PrintControl
vb
<DXLicenseWinReporting>
Public Class DocumentViewer
    Inherits PrintControl

The following members return DocumentViewer objects:

Remarks

To print an object using a DocumentViewer , assign it to the DocumentViewer.DocumentSource property.

To learn more, refer to the following tutorials.

Implements

IXtraResizableControl

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl DocumentViewerBase PrintControl DocumentViewer

See Also

DocumentViewer Members

DevExpress.XtraPrinting.Preview Namespace