Skip to main content
A newer version of this page is available. .

PrintOptionsViewModel.PaperSources Property

Provides access to the paper sources available on the printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public IEnumerable<string> PaperSources { get; }

Property Value

Type Description
IEnumerable<String>

A collection of strings that specify paper sources.

See Also