Skip to main content
A newer version of this page is available. .

PrintPreviewFormExBase.PrintControl Property

Gets the DocumentViewer of the Print Preview Form.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

[Browsable(false)]
public DocumentViewer PrintControl { get; }

Property Value

Type Description
DocumentViewer

A DocumentViewer object.

See Also