Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfViewerPreferences.PickTrayByPDFSize Property

Gets or sets whether to use the PDF page size to select the input paper tray.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool PickTrayByPDFSize { get; set; }

Property Value

Type Description
Boolean

true to select the check box associated with the input paper tray in the Print dialog; otherwise, false.

See Also