Gets and sets the paper bin that is to be used to feed the printer paper.
public: __property PaperBin* get_PaperBin();
public: __property void set_PaperBin(
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.