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

PrintOptions.PaperSource Property

Specifies the selected paper source.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public string PaperSource { get; set; }

Property Value

Type Description
String

A string that specifies the paper source.

Property Paths

You can access this nested property as listed below:

Object Type Path to PaperSource
BackstagePrintPreview
.PrintOptions.PaperSource
See Also