Skip to main content

DocumentViewer Class

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public class DocumentViewer :
    PrintControl

Remarks

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

To learn more, refer to the following tutorials.

See Also