Skip to main content

PrintHelper.UsePrintTickets Property

OBSOLETE

test

Specifies whether to use print tickets when printing a document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

[Obsolete("test")]
public static bool UsePrintTickets { get; set; }

Property Value

Type Description
Boolean

true to use print tickets; otherwise false.

Remarks

To learn about the Print Ticket API, refer to MSDN.

See Also