VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / PickTrayByPDFSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
    PickTrayByPDFSize Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets a value specifying whether the PDF page size is used to select the input paper tray.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property PickTrayByPDFSize As System.String
    
    
    [Browsable(False)]
    public System.String PickTrayByPDFSize { get; set; }
    
    
    [Browsable(False)]
    public: __property System.String get_PickTrayByPDFSize();
    public: __property void set_PickTrayByPDFSize(
    System.String value
    );
    [Browsable(False)]
    public:
    property System.String PickTrayByPDFSize { System.String get(); void set(System.String value); }
    Remarks

    This parameter is available since PDF 1.7.

    This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked.
    Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also