DocumentViewer.PrintingSystem Property
In This Article
Specifies a Printing System assigned to the DocumentViewer.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
[Browsable(false)]
public override PrintingSystemBase PrintingSystem { get; set; }
#Property Value
Type | Description |
---|---|
Printing |
A Printing |
See Also