Skip to main content

RichTextBoxLink.PrintingSystem Property

Gets or sets the Printing System used to create and print a document for this link.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

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

Property Value

Type Description
PrintingSystem

A PrintingSystem object.

See Also