Skip to main content
All docs
V25.1
  • 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.v25.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