Skip to main content

PrintOptionsViewModel.PaperSources Property

Provides access to the paper sources available on the printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<string> PaperSources { get; }

Property Value

Type Description
IEnumerable<String>

A collection of strings that specify paper sources.

See Also