Back to Devexpress

DocumentViewer.PrintingSystem Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-documentviewer-5e5b3db8.md

latest1.4 KB
Original Source

DocumentViewer.PrintingSystem Property

Specifies a Printing System assigned to the DocumentViewer.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
public override PrintingSystemBase PrintingSystem { get; set; }
vb
<Browsable(False)>
Public Overrides Property PrintingSystem As PrintingSystemBase

Property Value

TypeDescription
PrintingSystemBase

A PrintingSystemBase descendant.

|

See Also

DocumentViewer Class

DocumentViewer Members

DevExpress.XtraPrinting.Preview Namespace