Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / PickTrayByPDFSize Property

In This Topic
    PickTrayByPDFSize Property
    In This Topic
    (PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray.
    Syntax
    'Declaration
     
    Public Property PickTrayByPDFSize As System.Nullable(Of Boolean)
    public System.Nullable<bool> PickTrayByPDFSize {get; set;}
    See Also