Accusoft.PrintPro8.Net
PaperBin Property




Gets and sets the paper bin that is to be used to feed the printer paper.
Syntax
public PaperBin PaperBin {get; set;}
public: __property PaperBin* get_PaperBin();
public: __property void set_PaperBin( 
   PaperBin* value
);
public:
property PaperBin^ PaperBin {
   PaperBin^ get();
   void set (    PaperBin^ value);
}
'Declaration
 
Public Property PaperBin As PaperBin
 
'Usage
 
Dim instance As Printer
Dim value As PaperBin
 
instance.PaperBin = value
 
value = instance.PaperBin

Property Value

A PaperBin object which contains information about the paper bin used to feed the printer paper.
See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback