Back to Devexpress

PrintPreviewFormExBase.PrintControl Property

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

latest1.3 KB
Original Source

PrintPreviewFormExBase.PrintControl Property

Gets the DocumentViewer of the Print Preview Form.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
public DocumentViewer PrintControl { get; }
vb
<Browsable(False)>
Public ReadOnly Property PrintControl As DocumentViewer

Property Value

TypeDescription
DocumentViewer

A DocumentViewer object.

|

See Also

PrintPreviewFormExBase Class

PrintPreviewFormExBase Members

DevExpress.XtraPrinting.Preview Namespace