XFINIUM.PDF Documentation
PickTrayByPdfSize Property



Gets or sets a value indicating whether the PDF page size shall be used to select the input paper tray.
Syntax
'Declaration
 
Public Property PickTrayByPdfSize As Boolean
'Usage
 
Dim instance As PdfViewerPreferences
Dim value As Boolean
 
instance.PickTrayByPdfSize = value
 
value = instance.PickTrayByPdfSize
public bool PickTrayByPdfSize {get; set;}
public:
property bool PickTrayByPdfSize {
   bool get();
   void set (    bool value);
}

Property Value

If true the PDF page size shall be used to select the input paper tray.
Remarks
This setting influences only the preset values used to populate the print dialogue presented by an interactive PDF processor.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfViewerPreferences Class
PdfViewerPreferences Members

Send Feedback