Skip to main content

DocumentViewer.PrintingSystem Property

Specifies a Printing System assigned to the DocumentViewer.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

[Browsable(false)]
public override PrintingSystemBase PrintingSystem { get; set; }

Property Value

Type Description
PrintingSystemBase

A PrintingSystemBase descendant.

See Also