Skip to main content

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.v23.2.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