Windward Studios API Reference
Tray Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPrinter Class : Tray Property




Glossary Item Box

Gets or sets the tray.

Syntax

Visual Basic (Declaration) 
Public Property Tray As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReportPrinter
Dim value As Integer
 
instance.Tray = value
 
value = instance.Tray
C# 
public int Tray {get; set;}
Managed Extensions for C++ 
public: __property int get_Tray();
public: __property void set_Tray( 
   int value
);
C++/CLI 
public:
property int Tray {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software